Răsfoiți Sursa

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
Michael Fuchs 2 ani în urmă
părinte
comite
a59ae91d5d

+ 1 - 0
MediaBrowser.MediaEncoding/Probing/ProbeResultNormalizer.cs

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