Browse Source

Add Phantom/Ghost to whitelist

Lars Strojny 2 years ago
parent
commit
44a870ca83
1 changed files with 2 additions and 1 deletions
  1. 2 1
      MediaBrowser.MediaEncoding/Probing/ProbeResultNormalizer.cs

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

@@ -65,7 +65,8 @@ namespace MediaBrowser.MediaEncoding.Probing
             "K/DA",
             "22/7",
             "諭吉佳作/men",
-            "//dARTH nULL"
+            "//dARTH nULL",
+            "Phantom/Ghost",
         };
 
         public MediaInfo GetMediaInfo(InternalMediaInfoResult data, VideoType? videoType, bool isAudio, string path, MediaProtocol protocol)