forked from openlp/openlp
Fix error when adding songs from services.
This commit is contained in:
parent
da4a3570f3
commit
982b4470c7
@ -745,6 +745,7 @@ class SongMediaItem(MediaManagerItem):
|
||||
if item.background_audio:
|
||||
self._update_background_audio(song, item)
|
||||
edit_id = song.id
|
||||
song.init_on_load()
|
||||
self.on_search_text_button_clicked()
|
||||
elif add_song and not self.add_song_from_service:
|
||||
# Make sure we temporary import formatting tags.
|
||||
|
Loading…
Reference in New Issue
Block a user