Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/ef99225c40692b000ca67a1ec9f31cc04fac4743 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Add 22/7 to split whitelist

pull/6670/head
Dominik Krivohlavek 4 years ago committed by GitHub
parent d245e45254
commit ef99225c40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -49,7 +49,8 @@ namespace MediaBrowser.MediaEncoding.Probing
"LOONA 1/3",
"LOONA / yyxy",
"LOONA / ODD EYE CIRCLE",
"K/DA"
"K/DA",
"22/7"
};
public MediaInfo GetMediaInfo(InternalMediaInfoResult data, VideoType? videoType, bool isAudio, string path, MediaProtocol protocol)

Loading…
Cancel
Save