Fix Di.fm stations stuck when try them to play without internet.

This commit is contained in:
Ivan Leontiev 2015-07-31 15:04:31 +00:00
parent edf67f5b10
commit 6cf35d150e
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ void DigitallyImportedUrlHandler::LoadPlaylistFinished(QIODevice* device) {
// Failed to get playlist?
if (songs.count() == 0) {
service_->StreamError(tr("Error loading di.fm playlist"));
emit AsyncLoadComplete(LoadResult(last_original_url_));
return;
}