mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-23 06:45:19 -07:00
just show imdbid or tmdbid for now in exclusions
This commit is contained in:
parent
28d27dca5c
commit
8b2d85aee5
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue