diff options
| author | cvium <clausvium@gmail.com> | 2021-12-28 00:37:40 +0100 |
|---|---|---|
| committer | cvium <clausvium@gmail.com> | 2021-12-28 00:37:40 +0100 |
| commit | 2749509f001505d35863db4b53bb4bc6c3af6fa4 (patch) | |
| tree | 3da58eea3f1132eb52d7861748663721b3892927 /Emby.Naming/Video/VideoResolver.cs | |
| parent | 4441513ca4a64fdf61541e56cbb1091e7aa0395b (diff) | |
Use dedicated resolvers for extras
Diffstat (limited to 'Emby.Naming/Video/VideoResolver.cs')
| -rw-r--r-- | Emby.Naming/Video/VideoResolver.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Naming/Video/VideoResolver.cs b/Emby.Naming/Video/VideoResolver.cs index 9cadc14658..de8e177d8b 100644 --- a/Emby.Naming/Video/VideoResolver.cs +++ b/Emby.Naming/Video/VideoResolver.cs @@ -75,7 +75,7 @@ namespace Emby.Naming.Video var format3DResult = Format3DParser.Parse(path, namingOptions); - var extraResult = ExtraResolver.GetExtraInfo(path, namingOptions); + var extraResult = ExtraRuleResolver.GetExtraInfo(path, namingOptions); var name = Path.GetFileNameWithoutExtension(path); |
