Merge pull request #6670 from lyarenei/update-split-whitelist

Update artist split whitelist
This commit is contained in:
Bond-009 2021-10-07 14:47:26 +02:00 committed by GitHub
commit 68aa5db2b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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