Add Spotify support

This commit is contained in:
Jonas Kvinge
2022-06-04 15:51:35 +02:00
parent f33b30fe79
commit 5f540a4c08
44 changed files with 4486 additions and 346 deletions

View File

@@ -123,6 +123,7 @@ QString CoverUtils::CoverFilenameFromSource(const Song::Source source, const QUr
}
[[fallthrough]];
case Song::Source::Subsonic:
case Song::Source::Spotify:
case Song::Source::Qobuz:
if (!album_id.isEmpty()) {
filename = album_id;