If downloading online-service track listing fails, then stop loader and show error.

This commit is contained in:
craig.p.drummond
2014-03-21 20:04:11 +00:00
committed by craig.p.drummond
parent bf363ec0d9
commit db25ffac66
2 changed files with 4 additions and 0 deletions

View File

@@ -77,6 +77,8 @@
for main browsers.
7. When reading lines from user mpd.conf file, read as utf-8.
8. Reset devices and online-services models when artist-view cover size changes.
9. If downloading online-service track listing fails, then stop loader and show
error.
1.3.2
-----

View File

@@ -356,7 +356,9 @@ void OnlineService::applyUpdate()
void OnlineService::loaderError(const QString &msg)
{
loaded=true;
lProgress=0;
emit error(data()+QLatin1String(" - ")+msg);
setStatusMessage(msg);
stopLoader();
setBusy(false);