mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
New: show indicator when deleting a series
This commit is contained in:
parent
47b132360c
commit
7081bd189e
2 changed files with 4 additions and 1 deletions
|
@ -13,12 +13,14 @@ define(
|
|||
},
|
||||
|
||||
ui: {
|
||||
deleteFiles: '.x-delete-files'
|
||||
deleteFiles : '.x-delete-files',
|
||||
indicator : '.x-indicator'
|
||||
},
|
||||
|
||||
removeSeries: function () {
|
||||
var self = this;
|
||||
var deleteFiles = this.ui.deleteFiles.prop('checked');
|
||||
this.ui.indicator.show();
|
||||
|
||||
this.model.destroy({
|
||||
data: { 'deleteFiles': deleteFiles },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue