From 6e2f6883fd61e6a67799a79521aaa95833751a2f Mon Sep 17 00:00:00 2001 From: pdulvp Date: Tue, 19 Nov 2024 12:21:36 +0100 Subject: [PATCH] Update QTS maximum version --- jellyfin/qpkg.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jellyfin/qpkg.cfg b/jellyfin/qpkg.cfg index 2a061c3..225192d 100644 --- a/jellyfin/qpkg.cfg +++ b/jellyfin/qpkg.cfg @@ -3,7 +3,7 @@ QPKG_NAME="Jellyfin_HD" # Display name of the packaged application. QPKG_DISPLAY_NAME="Jellyfin HD (Local Display)" # Version of the packaged application. -QPKG_VER="1.0.0" +QPKG_VER="1.0.1" # Author or maintainer of the package QPKG_AUTHOR="pdulvp" # License for the packaged application @@ -17,7 +17,7 @@ QPKG_RC_NUM="108" QPKG_SERVICE_PROGRAM="Jellyfin_HD.sh" # Specifies any packages required for the current package to operate. -QPKG_REQUIRE="HD_Station >= 3.0.0, HD_Station < 5.0.0" +QPKG_REQUIRE="HD_Station >= 3.0.0, HD_Station < 6.0.0" # Specifies what packages cannot be installed if the current package # is to operate properly. #QPKG_CONFLICT="Python, OPT/sed"