diff options
| author | Patrick Barron <barronpm@gmail.com> | 2024-01-17 12:02:12 -0500 |
|---|---|---|
| committer | Patrick Barron <barronpm@gmail.com> | 2024-02-02 20:13:24 -0500 |
| commit | efd024bafecd132d7b2f94839e19847411cbf273 (patch) | |
| tree | 159371e9fab867562f8b0d201154094ff9113875 /MediaBrowser.Controller/LiveTv | |
| parent | 81cf4b6c509fcd2f3669154c051de2a598841dd9 (diff) | |
Use DI for IListingsProvider
Diffstat (limited to 'MediaBrowser.Controller/LiveTv')
| -rw-r--r-- | MediaBrowser.Controller/LiveTv/ILiveTvManager.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/MediaBrowser.Controller/LiveTv/ILiveTvManager.cs b/MediaBrowser.Controller/LiveTv/ILiveTvManager.cs index 2dbc2cf82..69daa5c20 100644 --- a/MediaBrowser.Controller/LiveTv/ILiveTvManager.cs +++ b/MediaBrowser.Controller/LiveTv/ILiveTvManager.cs @@ -71,8 +71,7 @@ namespace MediaBrowser.Controller.LiveTv /// Adds the parts. /// </summary> /// <param name="services">The services.</param> - /// <param name="listingProviders">The listing providers.</param> - void AddParts(IEnumerable<ILiveTvService> services, IEnumerable<IListingsProvider> listingProviders); + void AddParts(IEnumerable<ILiveTvService> services); /// <summary> /// Gets the timer. |
