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

Fix spelling of artist K/DA in splitting whitelist

pull/6283/head
natedawg 4 years ago
parent 61141314e8
commit 6957bc9a12

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

Loading…
Cancel
Save