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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user