mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-27 23:16:58 -04:00
Revert "Merge branch 'rename-existing-folder' into develop"
This reverts commita340bc4da3, reversing changes made to4be7772d53.
This commit is contained in:
@@ -9,7 +9,6 @@ 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')
|
||||
};
|
||||
},
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
{{#if rename}}
|
||||
Folder Naming pattern: {{folderFormat}}<br>
|
||||
Naming pattern: {{format}}
|
||||
{{/if}}
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<div class="alert alert-info">
|
||||
<div class="path-info x-path-info">Your movie may be moved; see the paths below</div>
|
||||
<div class="path-info x-path-info">All paths are relative to: <strong>{{path}}</strong></div>
|
||||
<div class="x-format-region"></div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user