1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-27 22:57:09 -04:00

Update naming management

Still need to write BuildFileName() and BuildFilePath()
This commit is contained in:
Tim Turner
2017-01-06 19:32:19 -05:00
parent 49c7c033d9
commit 721767331b
16 changed files with 202 additions and 56 deletions
@@ -23,7 +23,7 @@ module.exports = Marionette.CollectionView.extend({
setExisting : function(tmdbid) {
var movies = this.collection.where({ tmdbId : tmdbid });
console.warn(movies)
console.warn(movies);
//debugger;
if (movies.length > 0) {
this.children.findByModel(movies[0])._configureTemplateHelpers();