This commit is contained in:
Andreas Preikschat 2011-03-15 20:33:11 +01:00
parent 8b49c39fa5
commit bf1e82838a
2 changed files with 2 additions and 0 deletions

View File

@ -167,6 +167,7 @@ class OpenLPSongImport(SongImport):
old_titles = song.search_title.split(u'@')
if len(old_titles) > 1:
new_song.alternate_title = old_titles[1]
# Values will be set when cleaning the song.
new_song.search_title = u''
new_song.search_lyrics = u''
new_song.song_number = song.song_number

View File

@ -253,6 +253,7 @@ class SongImport(QtCore.QObject):
song = Song()
song.title = self.title
song.alternate_title = self.alternate_title
# Values will be set when cleaning the song.
song.search_title = u''
song.search_lyrics = u''
song.verse_order = u''