diff --git a/jellyfin/versions/10.8.9/config.json b/jellyfin/versions/10.8.9/config.json index 8be38da4..af939af2 100644 --- a/jellyfin/versions/10.8.9/config.json +++ b/jellyfin/versions/10.8.9/config.json @@ -17,7 +17,6 @@ "labelEn": "Media folder path", "required": true, "default": "./data/media", - "rule": "paramCommon", "envKey": "MEDIA_FOLDER_PATH", "edit": true }, @@ -27,7 +26,6 @@ "labelEn": "Cache folder path", "required": true, "default": "./data/cache", - "rule": "paramCommon", "envKey": "CACHE_FOLDER_PATH", "edit": true } diff --git a/list.json b/list.json index e4f2803b..3184457f 100644 --- a/list.json +++ b/list.json @@ -41,6 +41,20 @@ "website": "https://www.qbittorrent.org/", "github": "https://github.com/qbittorrent/qBittorrent", "document": "http://wiki.qbittorrent.org/" + }, + { + "key": "jellyfin", + "name": "Jellyfin", + "tags": ["Tool"], + "versions": ["10.8.9"], + "shortDescZh": "Jellyfin是一套多媒体应用程序软件套装", + "shortDescEn": "Jellyfin is a multimedia application software suite", + "type": "tool", + "limit": 0, + "crossVersionUpdate": false, + "website": "https://jellyfin.org/", + "github": "https://github.com/jellyfin/jellyfin", + "document": "https://jellyfin.org/docs/" } ] }