mirror of https://github.com/Sonarr/Sonarr
Fixed merge conflicts
This commit is contained in:
parent
50f6ec4fc6
commit
3430ad3ee8
|
@ -2,7 +2,7 @@
|
|||
'Series/Index/SeriesIndexCollectionView', 'Upcoming/UpcomingCollectionView',
|
||||
'Calendar/CalendarCollectionView', 'Shared/NotificationView',
|
||||
'Shared/NotFoundView', 'MainMenuView', 'HeaderView',
|
||||
'Series/Details/SeriesDetailsView', 'Series/EpisodeCollection'],
|
||||
'Series/Details/SeriesDetailsView', 'Series/EpisodeCollection',
|
||||
'Settings/SettingsLayout'],
|
||||
function (app, modalRegion) {
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@ define('app', function () {
|
|||
|
||||
window.NzbDrone = new Backbone.Marionette.Application();
|
||||
window.NzbDrone.Series = {};
|
||||
window.NzbDrone.Series.Index = {};
|
||||
window.NzbDrone.Series.Index = {};
|
||||
window.NzbDrone.Series.Edit = {};
|
||||
window.NzbDrone.Series.Delete = {};
|
||||
window.NzbDrone.Series.Details = {};
|
||||
|
|
Loading…
Reference in New Issue