mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
type discovery without attributes
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
using MediaBrowser.Controller;
|
||||
using MediaBrowser.Model.Weather;
|
||||
using ServiceStack.ServiceHost;
|
||||
using System.ComponentModel.Composition;
|
||||
using System.Linq;
|
||||
using System.Threading;
|
||||
|
||||
@@ -24,7 +23,6 @@ namespace MediaBrowser.Api
|
||||
/// <summary>
|
||||
/// Class WeatherService
|
||||
/// </summary>
|
||||
[Export(typeof(IRestfulService))]
|
||||
public class WeatherService : BaseRestService
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user