aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Providers/ILocalImageProvider.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-02-04 15:19:29 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-02-04 15:19:29 -0500
commit04d62d3420a2bbbf678ccb20e86938a4522e8097 (patch)
tree932c8a088df8fcf4f0f69cca004196911e5a50c9 /MediaBrowser.Controller/Providers/ILocalImageProvider.cs
parent351cfef7a70ef311801be0bc9eb9e3891265d22b (diff)
convert episode providers to new system
Diffstat (limited to 'MediaBrowser.Controller/Providers/ILocalImageProvider.cs')
-rw-r--r--MediaBrowser.Controller/Providers/ILocalImageProvider.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Providers/ILocalImageProvider.cs b/MediaBrowser.Controller/Providers/ILocalImageProvider.cs
index 5c3ebd9ac..ed7cdc8b2 100644
--- a/MediaBrowser.Controller/Providers/ILocalImageProvider.cs
+++ b/MediaBrowser.Controller/Providers/ILocalImageProvider.cs
@@ -26,7 +26,7 @@ namespace MediaBrowser.Controller.Providers
public ImageType Type { get; set; }
}
- public interface IDynamicImageProvider : ILocalImageProvider
+ public interface IDynamicImageProvider : IImageProvider
{
/// <summary>
/// Gets the supported images.