mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02: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