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
pull/9705/head
Michael Fuchs 1 year ago committed by GitHub
parent 8b54225f0b
commit a59ae91d5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save