1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-28 08:10:47 +02:00

Do not use TomahawkSettings in (Dynamic)Playlist

This commit is contained in:
Uwe L. Korn
2013-07-16 17:07:08 +02:00
parent 527c68b15a
commit 62a1c1351f

View File

@@ -1521,7 +1521,9 @@ SpotifyAccount::stopPlaylistSync( SpotifyPlaylistInfo* playlist, bool forceDontD
playlist_ptr tomahawkPl = updater->playlist(); playlist_ptr tomahawkPl = updater->playlist();
if ( !tomahawkPl.isNull() ) if ( !tomahawkPl.isNull() )
Playlist::remove( tomahawkPl ); {
Playlist::removalHandler()->remove( tomahawkPl );
}
updater->deleteLater(); updater->deleteLater();