removed server reference from ui solution

This commit is contained in:
LukePulverenti
2013-02-21 01:52:27 -05:00
parent ee9d481662
commit bd2f385e56
4 changed files with 5 additions and 19 deletions

View File

@@ -187,8 +187,8 @@ namespace MediaBrowser.Controller
/// Gets the intro providers.
/// </summary>
/// <value>The intro providers.</value>
[ImportMany(typeof(BaseIntroProvider))]
public IEnumerable<BaseIntroProvider> IntroProviders { get; private set; }
[ImportMany(typeof(IIntroProvider))]
public IEnumerable<IIntroProvider> IntroProviders { get; private set; }
/// <summary>
/// Gets the list of currently registered weather prvoiders