1
0
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:
Christian Muehlhaeuser
2014-10-11 10:25:59 +02:00
parent be9ac6b44b
commit 1288f8f96a

View File

@@ -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;
}