mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 00:53:57 -07:00
added episode detail modal
summary tab is working.
This commit is contained in:
parent
80759f923e
commit
95a6dfc34e
14 changed files with 174 additions and 47 deletions
|
@ -50,7 +50,9 @@ define('app', ['shared/modal/region'], function (ModalRegion) {
|
|||
};
|
||||
|
||||
window.NzbDrone.Episode = {
|
||||
Search: {}
|
||||
Search : {},
|
||||
Summary : {},
|
||||
Activity: {}
|
||||
};
|
||||
|
||||
|
||||
|
@ -81,7 +83,7 @@ define('app', ['shared/modal/region'], function (ModalRegion) {
|
|||
window.NzbDrone.History = {};
|
||||
|
||||
window.NzbDrone.Events = {
|
||||
SeriesAdded : 'seriesAdded'
|
||||
SeriesAdded: 'seriesAdded'
|
||||
};
|
||||
|
||||
window.NzbDrone.Commands = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue