Broken kittens repaired. Aww....

This commit is contained in:
Andreas 2014-02-22 22:21:00 +01:00
parent d397f711fe
commit 95c4db25e0
1 changed files with 2 additions and 1 deletions

View File

@ -163,7 +163,8 @@ AlbumCoverLoader::TryLoadResult AlbumCoverLoader::TryLoadImage(
ScaleAndPad(task.options, taglib_image));
}
if (filename.toLower().startsWith("http://")) {
if (filename.toLower().startsWith("http://") ||
filename.toLower().startsWith("https://")) {
QUrl url(filename);
QNetworkReply* reply = network_->get(QNetworkRequest(url));
NewClosure(reply, SIGNAL(finished()), this,