mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-15 18:08:53 -07:00
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:
parent
8b54225f0b
commit
a59ae91d5d
@ -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…
Reference in New Issue
Block a user