Fix spelling of artist K/DA in splitting whitelist

This commit is contained in:
natedawg 2021-07-10 16:26:42 -07:00
parent 61141314e8
commit 6957bc9a12
1 changed files with 1 additions and 1 deletions

View File

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