mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-22 22:15:17 -04:00
Movies should now show on the main page. However, a lot has to be done to the detail controller before it is really going to work.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
var Marionette = require('marionette');
|
||||
var ListItemView = require('./SeriesOverviewItemView');
|
||||
|
||||
module.exports = Marionette.CompositeView.extend({
|
||||
itemView : ListItemView,
|
||||
itemViewContainer : '#x-series-list',
|
||||
template : 'Series/Index/Overview/SeriesOverviewCollectionViewTemplate'
|
||||
});
|
||||
Reference in New Issue
Block a user