From 1288f8f96aecd12cc1ea7291cc27478723cab9b5 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Sat, 11 Oct 2014 10:25:59 +0200 Subject: [PATCH] * Don't assert with now unknown SpotifyUpdater. --- src/libtomahawk/playlist/PlaylistUpdaterInterface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libtomahawk/playlist/PlaylistUpdaterInterface.cpp b/src/libtomahawk/playlist/PlaylistUpdaterInterface.cpp index f902e0d32..297deec3f 100644 --- a/src/libtomahawk/playlist/PlaylistUpdaterInterface.cpp +++ b/src/libtomahawk/playlist/PlaylistUpdaterInterface.cpp @@ -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; }