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"