1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-22 22:15:17 -04:00

Fix template references and 'movie' strings

This commit is contained in:
Tim Turner
2016-12-31 14:42:32 -05:00
parent 76e6ebc63c
commit 0fd0b31a60
13 changed files with 16 additions and 16 deletions
@@ -4,5 +4,5 @@ var ListItemView = require('./SeriesOverviewItemView');
module.exports = Marionette.CompositeView.extend({
itemView : ListItemView,
itemViewContainer : '#x-series-list',
template : 'Series/Index/Overview/SeriesOverviewCollectionViewTemplate'
template : 'Movies/Index/Overview/SeriesOverviewCollectionViewTemplate'
});