1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-27 22:57:09 -04:00

More fixes for signalr + episodes

This commit is contained in:
Mark McDowall
2014-06-28 10:01:59 -07:00
parent 293e6cac6d
commit a6639fecd9
5 changed files with 8 additions and 10 deletions
+1 -2
View File
@@ -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;