mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
* Don't assert with now unknown SpotifyUpdater.
This commit is contained in:
@@ -56,7 +56,7 @@ PlaylistUpdaterInterface::loadForPlaylist( const playlist_ptr& pl )
|
||||
{
|
||||
if ( !s_factories.contains( info.type ) )
|
||||
{
|
||||
Q_ASSERT( false );
|
||||
// Q_ASSERT( false );
|
||||
// You forgot to register your new updater type with the factory....
|
||||
continue;
|
||||
}
|
||||
|
Reference in New Issue
Block a user