mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
Indexers add card
This commit is contained in:
@@ -17,7 +17,7 @@ define(['app',
|
||||
},
|
||||
|
||||
onAfterItemAdded: function () {
|
||||
this.$itemViewContainer.find('.x-add-card').remove();
|
||||
this.$itemViewContainer.find('.x-add-card').parent('li').remove();
|
||||
|
||||
this.templateFunction = Marionette.TemplateCache.get('Settings/Quality/Profile/AddCardTemplate');
|
||||
var html = this.templateFunction();
|
||||
|
||||
Reference in New Issue
Block a user