Skip to content

Commit

Permalink
mythmusic: Fix saving active playlist to an existing playlist
Browse files Browse the repository at this point in the history
(cherry picked from commit 3468a38)

Signed-off-by: Stuart Morgan <smorgan@mythtv.org>
  • Loading branch information
paul-h authored and stuartm committed Nov 10, 2012
1 parent 70143c3 commit d3048ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mythplugins/mythmusic/mythmusic/musiccommon.cpp
Expand Up @@ -1471,6 +1471,7 @@ void MusicCommon::customEvent(QEvent *event)
QString songList = gPlayer->getPlaylist()->toRawSonglist();
playlist->removeAllTracks();
playlist->fillSongsFromSonglist(songList);
playlist->changed();
gPlayer->playlistChanged(playlist->getID());
}
}
Expand Down

0 comments on commit d3048ca

Please sign in to comment.