add yt-dlp to jellyfin container

This commit is contained in:
Dmitriy Kholkin 2023-12-30 04:44:12 +03:00
parent 5296a2e121
commit 526f7c7cb3

View File

@ -14,7 +14,8 @@ in {
PGID = "100";
UMASK = "002";
TZ = "Europe/Moscow";
DOCKER_MODS = "linuxserver/mods:jellyfin-opencl-intel";
DOCKER_MODS = "linuxserver/mods:universal-package-install";
INSTALL_PACKAGES = "yt-dlp";
};
extraOptions = [
"--pod=media-stack"