diff options
| author | Cody Robibero <cody@robibe.ro> | 2021-12-25 23:31:46 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-25 23:31:46 +0000 |
| commit | a615f87680eeb847807a47168bb4c5551a48e59d (patch) | |
| tree | b12136687ac50c99132c09fa208be4b90dece314 /Emby.Server.Implementations/Library/Resolvers/GenericVideoResolver.cs | |
| parent | d594f81f65eb24d80ac4988c181bc099e8ec7c38 (diff) | |
| parent | cf29aae690961dc281e79931932834d9c5f7854d (diff) | |
Merge pull request #7044 from 1337joe/fix-trailers-v2
Fix trailers v2
Diffstat (limited to 'Emby.Server.Implementations/Library/Resolvers/GenericVideoResolver.cs')
| -rw-r--r-- | Emby.Server.Implementations/Library/Resolvers/GenericVideoResolver.cs | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/Emby.Server.Implementations/Library/Resolvers/GenericVideoResolver.cs b/Emby.Server.Implementations/Library/Resolvers/GenericVideoResolver.cs deleted file mode 100644 index 72341d9db..000000000 --- a/Emby.Server.Implementations/Library/Resolvers/GenericVideoResolver.cs +++ /dev/null @@ -1,18 +0,0 @@ -#nullable disable - -#pragma warning disable CS1591 - -using Emby.Naming.Common; -using MediaBrowser.Controller.Entities; - -namespace Emby.Server.Implementations.Library.Resolvers -{ - public class GenericVideoResolver<T> : BaseVideoResolver<T> - where T : Video, new() - { - public GenericVideoResolver(NamingOptions namingOptions) - : base(namingOptions) - { - } - } -} |
