将jellyfin加入list

This commit is contained in:
okxlin 2023-04-14 18:30:37 +08:00
parent 826ba48af6
commit 857ef6f647
2 changed files with 14 additions and 2 deletions

View File

@ -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
}

View File

@ -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/"
}
]
}