Skip to content

Commit

Permalink
Subsonic: fix cover art resolution (music-assistant#1108)
Browse files Browse the repository at this point in the history
  • Loading branch information
khers authored Feb 25, 2024
1 parent 83bc63b commit 26ea769
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ def _get_cover_art() -> bytes:
with self._conn.getCoverArt(path) as art:
return art.content

await asyncio.to_thread(_get_cover_art)
return await asyncio.to_thread(_get_cover_art)

async def search(
self, search_query: str, media_types: list[MediaType] | None = None, limit: int = 20
Expand Down

0 comments on commit 26ea769

Please sign in to comment.