projects
/
music-assistant-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
243d1fa
)
Subsonic: Add debug statement for resolving cover art (#2500)
author
Eric Munson
<eric@munsonfam.org>
Sun, 12 Oct 2025 14:41:40 +0000
(10:41 -0400)
committer
GitHub
<noreply@github.com>
Sun, 12 Oct 2025 14:41:40 +0000
(16:41 +0200)
I am seeing failures in the request claiming there is no cover art path
provided. I want to see this value when the failures occur.
Signed-off-by: Eric B Munson <eric@munsonfam.org>
music_assistant/providers/opensubsonic/sonic_provider.py
patch
|
blob
|
history
diff --git
a/music_assistant/providers/opensubsonic/sonic_provider.py
b/music_assistant/providers/opensubsonic/sonic_provider.py
index 981c92b63e6ca6f0d26dee57e168b06a23f0619f..c5b6b3af775a943ce679f2872ff5a6937f828a5c 100644
(file)
--- a/
music_assistant/providers/opensubsonic/sonic_provider.py
+++ b/
music_assistant/providers/opensubsonic/sonic_provider.py
@@
-176,6
+176,7
@@
class OpenSonicProvider(MusicProvider):
async def resolve_image(self, path: str) -> bytes | Any:
"""Return the image."""
+ self.logger.debug("Requesting cover art for '%s'", path)
def _get_cover_art() -> bytes | Any:
try: