This commit is contained in:
Tim Bentley 2011-12-08 19:42:31 +00:00
parent 149a660dad
commit ecba19f124
1 changed files with 1 additions and 1 deletions

View File

@ -558,7 +558,7 @@ class SongMediaItem(MediaManagerItem):
# If there's any backing tracks, copy them over.
if len(item.background_audio) > 0:
self._updateBackgroundAudio(song, item)
if add_song:
if add_song and self.addSongFromService:
song = self.openLyrics.xml_to_song(item.xml_version)
# If there's any backing tracks, copy them over.
if len(item.background_audio) > 0: