1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

added episode detail modal

summary tab is working.
This commit is contained in:
kay.one
2013-05-20 17:17:33 -07:00
parent 80759f923e
commit 95a6dfc34e
14 changed files with 174 additions and 47 deletions
+4 -2
View File
@@ -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 = {