1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-26 22:46:53 -04:00

Taking another pass at organization/renaming

Works once in a while
This commit is contained in:
Tim Turner
2017-01-08 22:16:14 -05:00
parent 4c9abe3d84
commit 74c5664a7f
12 changed files with 63 additions and 39 deletions
+2 -2
View File
@@ -89,8 +89,8 @@ module.exports = Marionette.Layout.extend({
// seasonNumber : -1,
// files : files
// });
CommandController.Execute('renameFiles', {
name : 'renameFiles',
CommandController.Execute('renameMovieFiles', {
name : 'renameMovieFiles',
movieId : this.model.id,
files : files
});