diff --git a/applications/luci-app-jellyfin/Makefile b/applications/luci-app-jellyfin/Makefile index f9781d1..506cfc0 100644 --- a/applications/luci-app-jellyfin/Makefile +++ b/applications/luci-app-jellyfin/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk -PKG_VERSION:=1.1.3-20220714 +PKG_VERSION:=1.1.4-20220714 PKG_RELEASE:= LUCI_TITLE:=LuCI support for jellyfin diff --git a/applications/luci-app-jellyfin/root/usr/share/jellyfin/install.sh b/applications/luci-app-jellyfin/root/usr/share/jellyfin/install.sh index 25440d1..beaeacc 100755 --- a/applications/luci-app-jellyfin/root/usr/share/jellyfin/install.sh +++ b/applications/luci-app-jellyfin/root/usr/share/jellyfin/install.sh @@ -76,6 +76,10 @@ do_install_detail() { -v /sys/class/uio:/sys/class/uio \ -v /var/tmp/vowb:/var/tmp/vowb \ --pid=host " + elif [ -d /dev/dri ]; then + cmd="$cmd\ + --device /dev/dri:/dev/dri \ + --privileged " fi if [ "$hostnet" = 1 ]; then cmd="$cmd\