isolated weather and moved drawing classes up to the controller project

This commit is contained in:
LukePulverenti
2013-02-21 01:02:10 -05:00
parent acf5b0b6ed
commit ae4ffa75be
21 changed files with 252 additions and 81 deletions

View File

@@ -192,8 +192,8 @@ namespace MediaBrowser.Controller
/// Gets the list of currently registered weather prvoiders
/// </summary>
/// <value>The weather providers.</value>
[ImportMany(typeof(BaseWeatherProvider))]
public IEnumerable<BaseWeatherProvider> WeatherProviders { get; private set; }
[ImportMany(typeof(IWeatherProvider))]
public IEnumerable<IWeatherProvider> WeatherProviders { get; private set; }
/// <summary>
/// Gets the list of currently registered metadata prvoiders