luci-app-jellyfin: bind /dev/dri in case devno may changed on runtime (#61)

This commit is contained in:
Liangbin Lian 2024-02-24 12:02:03 +08:00 committed by GitHub
parent f89fdeef83
commit 1101f27bbf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
include $(TOPDIR)/rules.mk
PKG_VERSION:=1.1.9-20240117
PKG_VERSION:=1.1.10-20240224
PKG_RELEASE:=
LUCI_TITLE:=LuCI support for jellyfin

View File

@ -87,7 +87,7 @@ do_install_detail() {
done
elif [ -d /dev/dri ]; then
cmd="$cmd\
--device /dev/dri:/dev/dri \
-v /dev/dri:/dev/dri \
--privileged "
fi
if [ "$hostnet" = 1 ]; then