mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-27 15:50:40 +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();
|
||||
|
||||
if ( !tomahawkPl.isNull() )
|
||||
Playlist::remove( tomahawkPl );
|
||||
{
|
||||
Playlist::removalHandler()->remove( tomahawkPl );
|
||||
}
|
||||
|
||||
updater->deleteLater();
|
||||
|
||||
|
Reference in New Issue
Block a user