mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
Fixed issue with Homepage movies not loading correctly.
This commit is contained in:
parent
c874122fc0
commit
2ea35adb98
1 changed files with 1 additions and 1 deletions
|
@ -3,5 +3,5 @@ var Marionette = require('marionette');
|
|||
var SeriesIndexItemView = require('../MoviesIndexItemView');
|
||||
|
||||
module.exports = SeriesIndexItemView.extend({
|
||||
template : 'Movies/Index/Overview/MoviesOverviewItemViewTemplate'
|
||||
template : 'Movies/Index/Overview/SeriesOverviewItemViewTemplate'
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue