fixed importer

This commit is contained in:
Andreas Preikschat 2013-04-20 20:24:48 +02:00
parent 372a3cd4ef
commit 85224bb792
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ class SongShowPlusImport(SongImport):
if author.find(",") !=-1:
authorParts = author.split(", ")
author = authorParts[1] + " " + authorParts[0]
self.parse_author(unicode(author, u'cp1252'))
self.parse_author(author)
elif block_key == COPYRIGHT:
self.addCopyright(data)
elif block_key == CCLI_NO: