Add artist to artist split whitelist

# Changes
Added an artist whose name has forward slashes in it to the artist "/" split whitelist

# Issues
Related to issue #2305
This commit is contained in:
Michael Fuchs 2023-04-29 13:47:09 +02:00 committed by GitHub
parent 8b54225f0b
commit a59ae91d5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,6 +69,7 @@ namespace MediaBrowser.MediaEncoding.Probing
"//dARTH nULL",
"Phantom/Ghost",
"She/Her/Hers",
"5/8erl in Ehr'n",
};
public MediaInfo GetMediaInfo(InternalMediaInfoResult data, VideoType? videoType, bool isAudio, string path, MediaProtocol protocol)