From 18b12f1a97916d2b91fb2e0b9435f5c9f6f0d615 Mon Sep 17 00:00:00 2001 From: "Jamie.Rees" Date: Mon, 16 Jan 2017 08:03:42 +0000 Subject: [PATCH] Fixed #934 --- Ombi.Api.Interfaces/INetflixApi.cs | 2 +- Ombi.UI/Content/search.js | 2 +- Ombi.UI/Views/Search/Index.cshtml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Ombi.Api.Interfaces/INetflixApi.cs b/Ombi.Api.Interfaces/INetflixApi.cs index ebdb169fe..9e1a02b6b 100644 --- a/Ombi.Api.Interfaces/INetflixApi.cs +++ b/Ombi.Api.Interfaces/INetflixApi.cs @@ -31,6 +31,6 @@ namespace Ombi.Api.Interfaces { public interface INetflixApi { - NetflixMovieResult GetMovies(string movieName, string year = null) + NetflixMovieResult GetMovies(string movieName, string year = null); } } \ No newline at end of file diff --git a/Ombi.UI/Content/search.js b/Ombi.UI/Content/search.js index 443b1c050..674660b11 100644 --- a/Ombi.UI/Content/search.js +++ b/Ombi.UI/Content/search.js @@ -83,7 +83,7 @@ $(function () { }); // Click TV dropdown option - $(document).on("click", ".requestTv", function (e) { + $(document).on("click", ".dropdownTv", function (e) { e.preventDefault(); var buttonId = e.target.id; if ($("#" + buttonId).attr('disabled')) { diff --git a/Ombi.UI/Views/Search/Index.cshtml b/Ombi.UI/Views/Search/Index.cshtml index 8dc8fb4c2..1ec29775f 100644 --- a/Ombi.UI/Views/Search/Index.cshtml +++ b/Ombi.UI/Views/Search/Index.cshtml @@ -176,7 +176,7 @@
{{else}} {{#if_eq enableTvRequestsForOnlySeries true}} - + {{else}}