From 7a6b8ee8681fed53467012ce078180994e06758a Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Sun, 9 Feb 2025 09:34:00 +0100 Subject: [PATCH] Add option allow_unplayable_formats in string --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 0a8a2ac..3dd43b2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -42,4 +42,4 @@ services: UID: 1000 GID: 1000 DELETE_FILE_ON_TRASHCAN: true - YTDL_OPTIONS: {"allow_unplayable_formats":true} + YTDL_OPTIONS: "{allow_unplayable_formats:true}"