mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Got mostly everything working for #254 Ready for testing
This commit is contained in:
parent
131a99b1bb
commit
0699d777d6
7 changed files with 84 additions and 40 deletions
1
PlexRequests.UI/Content/requests.js
vendored
1
PlexRequests.UI/Content/requests.js
vendored
|
@ -592,6 +592,7 @@ function tvLoad() {
|
|||
context.episodes = tvObject;
|
||||
var html = searchTemplate(context);
|
||||
$tvl.append(html);
|
||||
tvObject = new Array();
|
||||
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue