mirror of
https://github.com/n0stal6ic/unshackle-services.git
synced 2026-07-15 17:40:02 +02:00
update
This commit is contained in:
+2
-2
@@ -20,7 +20,7 @@ class QOBZ(Service):
|
||||
"""
|
||||
Service code for Qobuz (https://qobuz.com)
|
||||
|
||||
Author: n0stal6ic
|
||||
www.nostalgic.cc
|
||||
Authorization: Credentials, Tokens.
|
||||
Security: None
|
||||
"""
|
||||
@@ -498,4 +498,4 @@ class QOBZ(Service):
|
||||
tracks_count = album.get("tracks_count") or 0
|
||||
if tracks_count and tracks_count <= 3:
|
||||
return "single"
|
||||
return "album"
|
||||
return "album"
|
||||
|
||||
Reference in New Issue
Block a user