mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 05:13:18 -07:00
method reference bug fix
This commit is contained in:
parent
0dc96b854e
commit
ec99dafa29
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ function getMovies(url) {
|
|||
});
|
||||
};
|
||||
|
||||
function tvShowSearch() {
|
||||
function tvSearch() {
|
||||
var query = $("#tvSearchContent").val();
|
||||
getTvShows("/search/tv/" + query);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue