Skip to content

Commit

Permalink
deleting v6
Browse files Browse the repository at this point in the history
  • Loading branch information
michaapyr authored Jul 28, 2024
1 parent ebf3f4a commit e7340f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion music_assistant/client/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def get_image_url(self, image: MediaItemImage, size: int = 0) -> str:
f"&w=${size}&h=${size}&fit=cover&a=attention"
)
# return imageproxy url for images that need to be resolved
# the original path is double encoded
# the original path is double encoded 2
encoded_url = urllib.parse.quote(urllib.parse.quote(image.path))
return (
f"{self.server_info.base_url}/imageproxy?path={encoded_url}"
Expand Down

0 comments on commit e7340f3

Please sign in to comment.