forked from openlp/openlp
Hopefully the final piece of the fix.
This commit is contained in:
parent
2016ce61ca
commit
c825df38fa
@ -145,6 +145,7 @@ class OpenLPSongImport(SongImport):
|
||||
else:
|
||||
song_props['media_files'] = relation(OldMediaFile,
|
||||
backref='songs',
|
||||
foreign_keys=[source_media_files_table.c.song_id],
|
||||
primaryjoin=source_songs_table.c.id == \
|
||||
source_media_files_table.c.song_id)
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user