Update Rename Preview to support folder renaming

This commit is contained in:
Tim Turner
2017-01-25 19:03:40 -05:00
parent 68f58fb37d
commit 72aac6e551
5 changed files with 34 additions and 6 deletions
+1
View File
@@ -9,6 +9,7 @@ module.exports = Marionette.ItemView.extend({
//var type = this.model.get('seriesType');
return {
rename : this.naming.get('renameEpisodes'),
folderFormat: this.naming.get('movieFolderFormat'),
format : this.naming.get('standardMovieFormat')
};
},