mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-23 06:45:19 -07:00
Clean up rename preview & organize
Fixes #125, #129, BE SURE TO RUN "Update Library" before renaming/organizing.
This commit is contained in:
parent
ae0df2aef0
commit
2730745607
2 changed files with 4 additions and 4 deletions
|
@ -11,9 +11,9 @@
|
||||||
|
|
||||||
Are you sure you want to update all files in the {{numberOfMovies}} selected movies?
|
Are you sure you want to update all files in the {{numberOfMovies}} selected movies?
|
||||||
|
|
||||||
{{debug}}
|
|
||||||
<ul class="selected-series">
|
<ul class="selected-series">
|
||||||
{{#each movie}}
|
{{#each movies}}
|
||||||
<li>{{title}}</li>
|
<li>{{title}}</li>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
@ -6,10 +6,10 @@ module.exports = Marionette.ItemView.extend({
|
||||||
template : 'Rename/RenamePreviewFormatViewTemplate',
|
template : 'Rename/RenamePreviewFormatViewTemplate',
|
||||||
|
|
||||||
templateHelpers : function() {
|
templateHelpers : function() {
|
||||||
var type = this.model.get('seriesType');
|
//var type = this.model.get('seriesType');
|
||||||
return {
|
return {
|
||||||
rename : this.naming.get('renameEpisodes'),
|
rename : this.naming.get('renameEpisodes'),
|
||||||
format : this.naming.get(type + 'EpisodeFormat')
|
format : this.naming.get('standardMovieFormat')
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue