diff options
| author | Cody Robibero <cody@robibe.ro> | 2024-02-03 08:25:25 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-03 08:25:25 -0700 |
| commit | ccfc85af11462c2df2514d34f76d1e0aa4f7da6e (patch) | |
| tree | d861766fec886845baabf0c479bf930ea798a648 /MediaBrowser.Controller | |
| parent | 1e955c4347fc919dc6944dd526337c56b8803dc6 (diff) | |
| parent | 34269dee581b095fe63251aa0ffc1360375c989b (diff) | |
Merge pull request #10951 from barronpm/livetv-di
Live TV DI
Diffstat (limited to 'MediaBrowser.Controller')
| -rw-r--r-- | MediaBrowser.Controller/LiveTv/ILiveTvManager.cs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/MediaBrowser.Controller/LiveTv/ILiveTvManager.cs b/MediaBrowser.Controller/LiveTv/ILiveTvManager.cs index 2dbc2cf82..7da455b8d 100644 --- a/MediaBrowser.Controller/LiveTv/ILiveTvManager.cs +++ b/MediaBrowser.Controller/LiveTv/ILiveTvManager.cs @@ -68,13 +68,6 @@ namespace MediaBrowser.Controller.LiveTv Task CancelSeriesTimer(string id); /// <summary> - /// 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); - - /// <summary> /// Gets the timer. /// </summary> /// <param name="id">The identifier.</param> |
