From ed4ae651706cfc154cb2d1db26bcc09039fc2c8b Mon Sep 17 00:00:00 2001 From: n0stal6ic Date: Thu, 9 Jul 2026 08:36:08 -0500 Subject: [PATCH] update --- QOBZ/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/QOBZ/__init__.py b/QOBZ/__init__.py index ca89a8e..02c9f7d 100644 --- a/QOBZ/__init__.py +++ b/QOBZ/__init__.py @@ -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" \ No newline at end of file + return "album"