Finally fixed #72

This commit is contained in:
tidusjar 2016-04-14 14:50:40 +01:00
parent 5352422688
commit 6190eceb60
22 changed files with 320 additions and 94 deletions

View file

@ -55,7 +55,7 @@ using TMDbLib.Objects.General;
namespace PlexRequests.UI.Modules
{
public class SearchModule : BaseModule
public class SearchModule : BaseAuthModule
{
public SearchModule(ICacheProvider cache, ISettingsService<CouchPotatoSettings> cpSettings,
ISettingsService<PlexRequestSettings> prSettings, IAvailabilityChecker checker,