mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
added episode detail modal
summary tab is working.
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user