Fixed issue with Artist page not rendering the artists in DB

This commit is contained in:
Joseph Milazzo
2017-05-05 08:19:49 -05:00
parent 50d5693399
commit 0ec8830def
8 changed files with 57 additions and 42 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ var ExistingSeriesCollectionView = require('./Existing/AddExistingSeriesCollecti
var AddSeriesView = require('./AddSeriesView');
var ProfileCollection = require('../Profile/ProfileCollection');
var RootFolderCollection = require('./RootFolders/RootFolderCollection');
require('../Series/SeriesCollection');
require('../Artist/ArtistCollection');
module.exports = Marionette.Layout.extend({
template : 'AddSeries/AddSeriesLayoutTemplate',