1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-16 02:54:33 +02:00

* Call setLoaded() from DynamicPlaylist.

This commit is contained in:
Christian Muehlhaeuser
2013-04-26 02:48:02 +02:00
parent 3131390e51
commit efb00795e5

View File

@@ -416,6 +416,7 @@ DynamicPlaylist::setRevision( const QString& rev,
// qDebug() << "EMITTING REVISION LOADED 1!";
setBusy( false );
setLoaded( true );
emit dynamicRevisionLoaded( dpr );
}
@@ -492,6 +493,7 @@ DynamicPlaylist::setRevision( const QString& rev,
// qDebug() << "EMITTING REVISION LOADED 2!";
setBusy( false );
setLoaded( true );
emit dynamicRevisionLoaded( dpr );
}