mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-21 22:05:43 -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,7 @@
|
||||
var vent = require('vent');
|
||||
var Marionette = require('marionette');
|
||||
var SeriesIndexItemView = require('../MoviesIndexItemView');
|
||||
|
||||
module.exports = SeriesIndexItemView.extend({
|
||||
template : 'Movies/Index/Overview/MoviesOverviewItemViewTemplate'
|
||||
});
|
||||
Reference in New Issue
Block a user