From: Marcel van der Veldt Date: Fri, 19 Apr 2024 11:01:33 +0000 (+0200) Subject: fix embedded image with multiple covers X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=88b12a510a73f984ac443ca1227cc02e6d189b26;p=music-assistant-server.git fix embedded image with multiple covers --- diff --git a/music_assistant/server/helpers/tags.py b/music_assistant/server/helpers/tags.py index 047f022d..325fe8c6 100644 --- a/music_assistant/server/helpers/tags.py +++ b/music_assistant/server/helpers/tags.py @@ -433,9 +433,8 @@ async def get_embedded_image(input_file: str | AsyncGenerator[bytes, None]) -> b "error", "-i", file_path, - "-map", - "0:v", - "-c", + "-an", + "-vcodec", "copy", "-f", "mjpeg",