forked from openlp/openlp
fixed importer
This commit is contained in:
parent
372a3cd4ef
commit
85224bb792
@ -141,7 +141,7 @@ class SongShowPlusImport(SongImport):
|
|||||||
if author.find(",") !=-1:
|
if author.find(",") !=-1:
|
||||||
authorParts = author.split(", ")
|
authorParts = author.split(", ")
|
||||||
author = authorParts[1] + " " + authorParts[0]
|
author = authorParts[1] + " " + authorParts[0]
|
||||||
self.parse_author(unicode(author, u'cp1252'))
|
self.parse_author(author)
|
||||||
elif block_key == COPYRIGHT:
|
elif block_key == COPYRIGHT:
|
||||||
self.addCopyright(data)
|
self.addCopyright(data)
|
||||||
elif block_key == CCLI_NO:
|
elif block_key == CCLI_NO:
|
||||||
|
Loading…
Reference in New Issue
Block a user