aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2023-05-06 23:25:35 +0200
committerGitHub <noreply@github.com>2023-05-06 23:25:35 +0200
commitab8902602567bb4c1d90033d14da2fd5bd31e974 (patch)
treec65dcdfef0b0c1953c4b147b4d7d9ab51ca9f48a
parentfa0a48b54eab58d77fce4b0e3653f88633944342 (diff)
parentba336c25e1dba164eebf3839cc77a18cbc91d7e2 (diff)
Merge pull request #9729 from 1337joe/add-artist-to-whitelist
-rw-r--r--MediaBrowser.MediaEncoding/Probing/ProbeResultNormalizer.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.MediaEncoding/Probing/ProbeResultNormalizer.cs b/MediaBrowser.MediaEncoding/Probing/ProbeResultNormalizer.cs
index c6d8a4cce..7d655240b 100644
--- a/MediaBrowser.MediaEncoding/Probing/ProbeResultNormalizer.cs
+++ b/MediaBrowser.MediaEncoding/Probing/ProbeResultNormalizer.cs
@@ -70,6 +70,7 @@ namespace MediaBrowser.MediaEncoding.Probing
"Phantom/Ghost",
"She/Her/Hers",
"5/8erl in Ehr'n",
+ "Smith/Kotzen",
};
public MediaInfo GetMediaInfo(InternalMediaInfoResult data, VideoType? videoType, bool isAudio, string path, MediaProtocol protocol)