mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 06:07:37 +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 ) )
|
if ( !s_factories.contains( info.type ) )
|
||||||
{
|
{
|
||||||
Q_ASSERT( false );
|
// Q_ASSERT( false );
|
||||||
// You forgot to register your new updater type with the factory....
|
// You forgot to register your new updater type with the factory....
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user