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:
@@ -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();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user