mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
series structure cleanup.
This commit is contained in:
parent
62f15d4d96
commit
4a4e440ec0
18 changed files with 35 additions and 34 deletions
|
@ -1,8 +1,8 @@
|
|||
define(['app', 'Shared/ModalRegion', 'AddSeries/AddSeriesLayout',
|
||||
'Series/SeriesCollectionView', 'Upcoming/UpcomingCollectionView',
|
||||
'Series/Index/SeriesIndexCollectionView', 'Upcoming/UpcomingCollectionView',
|
||||
'Calendar/CalendarCollectionView', 'Shared/NotificationView',
|
||||
'Shared/NotFoundView', 'MainMenuView', 'HeaderView',
|
||||
'Series/Details/SeriesDetailsView', 'Series/Details/EpisodeCollection'],
|
||||
'Series/Details/SeriesDetailsView', 'Series/EpisodeCollection'],
|
||||
function (app, modalRegion) {
|
||||
|
||||
var controller = Backbone.Marionette.Controller.extend({
|
||||
|
@ -14,7 +14,7 @@
|
|||
|
||||
series: function (action, query) {
|
||||
this.setTitle('NzbDrone');
|
||||
NzbDrone.mainRegion.show(new NzbDrone.Series.SeriesCollectionView());
|
||||
NzbDrone.mainRegion.show(new NzbDrone.Series.Index.SeriesIndexCollectionView());
|
||||
},
|
||||
|
||||
upcoming: function (action, query) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue