mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-01 14:26:40 +01:00
removed server reference from ui solution
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user