select dutch audio
Build and Push Docker Images / build-and-push (push) Successful in 22s

This commit is contained in:
2026-02-11 21:59:05 +01:00
parent df941720e3
commit 5218d624d7
3 changed files with 16 additions and 16 deletions
+2 -2
View File
@@ -58,5 +58,5 @@ except (TypeError, ValueError):
TMDB_IMAGE_BASE = "https://image.tmdb.org/t/p"
TMDB_IMAGE_STILL_SIZE = "w500"
# Preferred audio languages for streaming
PREFERRED_AUDIO_LANGUAGES = ("nld", "dut", "eng")
# Preferred audio languages for streaming (in order): Dutch → Flemish → default
PREFERRED_AUDIO_LANGUAGES = ("nld", "dut", "nl", "vls")