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

* PlaylistView really must not control a model's loading state.

This commit is contained in:
Christian Muehlhaeuser
2013-09-05 17:14:40 +02:00
parent 15765f80b5
commit 73b023c96e

View File

@@ -136,7 +136,6 @@ PlaylistView::onChanged()
setEmptyTip( tr( "This playlist is currently empty." ) );
else
setEmptyTip( tr( "This playlist is currently empty. Add some tracks to it and enjoy the music!" ) );
m_model->finishLoading();
setGuid( proxyModel()->guid() );