mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
New: Show download protocol in Queue
This commit is contained in:
@@ -16,6 +16,10 @@ define(
|
||||
'click .x-grab' : '_grab'
|
||||
},
|
||||
|
||||
ui: {
|
||||
'import' : '.x-import'
|
||||
},
|
||||
|
||||
render: function () {
|
||||
this.$el.empty();
|
||||
|
||||
@@ -69,6 +73,8 @@ define(
|
||||
data: JSON.stringify(this.model.toJSON())
|
||||
});
|
||||
|
||||
$(this.ui.import).spinForPromise(promise);
|
||||
|
||||
promise.success(function () {
|
||||
//find models that have the same series id and episode ids and remove them
|
||||
self.model.trigger('destroy', self.model);
|
||||
|
Reference in New Issue
Block a user