mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-02-08 07:48:48 +01:00
Remove debug line
This commit is contained in:
parent
068939ca0b
commit
2ccf489a83
@ -168,7 +168,6 @@ QString AlbumCoverLoader::CoverFilePath(const Song::Source source, const QString
|
|||||||
case Song::Source_Stream:
|
case Song::Source_Stream:
|
||||||
case Song::Source_Unknown:
|
case Song::Source_Unknown:
|
||||||
filename = Utilities::Sha1CoverHash(artist, album).toHex() + ".jpg";
|
filename = Utilities::Sha1CoverHash(artist, album).toHex() + ".jpg";
|
||||||
qLog(Debug) << filename << artist << album;
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user