mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Improved how the TV search looks and feels
This commit is contained in:
parent
a3d1cd1d2d
commit
020ab0bc15
2 changed files with 19 additions and 2 deletions
3
PlexRequests.UI/Content/search.js
vendored
3
PlexRequests.UI/Content/search.js
vendored
|
@ -467,7 +467,8 @@ $(function () {
|
|||
available: result.available,
|
||||
episodes: result.episodes,
|
||||
tvFullyAvailable: result.tvFullyAvailable,
|
||||
url: result.plexUrl
|
||||
url: result.plexUrl,
|
||||
tvPartialAvailable : result.tvPartialAvailable
|
||||
};
|
||||
return context;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue