Started added tests

This commit is contained in:
Jamie Rees 2016-03-13 22:07:16 +00:00
commit 02d3118438
4 changed files with 107 additions and 4 deletions

View file

@ -182,8 +182,6 @@ $(document).on("click", ".clear", function (e) {
});
//change
// Change Availability
$(document).on("click", ".change", function (e) {
e.preventDefault();

View file

@ -68,9 +68,9 @@ namespace PlexRequests.UI.Modules
SonarrService = sonarr;
SonarrApi = sonarrApi;
#if !DEBUG
//#if !DEBUG
this.RequiresAuthentication();
#endif
//#endif
Get["/"] = _ => Admin();
Get["/authentication"] = _ => Authentication();