mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-31 12:10:19 -07:00
More fixes for signalr + episodes
This commit is contained in:
parent
293e6cac6d
commit
a6639fecd9
5 changed files with 8 additions and 10 deletions
|
@ -5,8 +5,7 @@ using NzbDrone.Core.Tv;
|
|||
|
||||
namespace NzbDrone.Api.Episodes
|
||||
{
|
||||
public class EpisodeModule : EpisodeModuleWithSignalR<EpisodeResource, Episode>
|
||||
|
||||
public class EpisodeModule : EpisodeModuleWithSignalR
|
||||
{
|
||||
private readonly IEpisodeService _episodeService;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue