mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
just show imdbid or tmdbid for now in exclusions
This commit is contained in:
@@ -17,7 +17,7 @@ var view = Marionette.ItemView.extend({
|
|||||||
this.ui.importExclusions.tagsinput({
|
this.ui.importExclusions.tagsinput({
|
||||||
trimValue : true,
|
trimValue : true,
|
||||||
tagClass : 'label label-danger',
|
tagClass : 'label label-danger',
|
||||||
itemText : function(item) {
|
/*itemText : function(item) {
|
||||||
var uri;
|
var uri;
|
||||||
var text;
|
var text;
|
||||||
if (item.startsWith('tt')) {
|
if (item.startsWith('tt')) {
|
||||||
@@ -39,7 +39,7 @@ var view = Marionette.ItemView.extend({
|
|||||||
text=item;
|
text=item;
|
||||||
});
|
});
|
||||||
return text;
|
return text;
|
||||||
}
|
}*/
|
||||||
});
|
});
|
||||||
this.ui.importExclusions.on('beforeItemAdd', function(event) {
|
this.ui.importExclusions.on('beforeItemAdd', function(event) {
|
||||||
var uri;
|
var uri;
|
||||||
|
Reference in New Issue
Block a user