mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-21 00:09:47 +01:00
* Don't assert with now unknown SpotifyUpdater.
This commit is contained in:
parent
be9ac6b44b
commit
1288f8f96a
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user