From c5fd7c3bd6a75e75ac411997cd12e91cb80bb25f Mon Sep 17 00:00:00 2001 From: LukePulverenti Date: Thu, 21 Feb 2013 12:51:17 -0500 Subject: [PATCH] removed ISupportsSpecialFeatures --- .../Entities/ISupportsSpecialFeatures.cs | 105 ------------------ .../Entities/Movies/Movie.cs | 62 ++++++++++- .../MediaBrowser.Controller.csproj | 1 - 3 files changed, 60 insertions(+), 108 deletions(-) delete mode 100644 MediaBrowser.Controller/Entities/ISupportsSpecialFeatures.cs diff --git a/MediaBrowser.Controller/Entities/ISupportsSpecialFeatures.cs b/MediaBrowser.Controller/Entities/ISupportsSpecialFeatures.cs deleted file mode 100644 index 9b52c2f7fc..0000000000 --- a/MediaBrowser.Controller/Entities/ISupportsSpecialFeatures.cs +++ /dev/null @@ -1,105 +0,0 @@ -using MediaBrowser.Common.IO; -using MediaBrowser.Common.Logging; -using MediaBrowser.Common.Win32; -using MediaBrowser.Controller.Library; -using System; -using System.Collections.Generic; -using System.IO; -using System.Linq; - -namespace MediaBrowser.Controller.Entities -{ - /// - /// Allows some code sharing between entities that support special features - /// - public interface ISupportsSpecialFeatures - { - /// - /// Gets the path. - /// - /// The path. - string Path { get; } - - /// - /// Gets the name. - /// - /// The name. - string Name { get; } - - /// - /// Gets the resolve args. - /// - /// The resolve args. - ItemResolveArgs ResolveArgs { get; } - - /// - /// Gets the special features. - /// - /// The special features. - List