mirror of
https://github.com/Radarr/Radarr
synced 2025-02-25 07:32:56 +00:00
Allow Duplicate Preferred Words (#484)
Allows you to weigh certain words more heavily. ex. This, This, That = This > That
This commit is contained in:
parent
3276e3ec52
commit
16b2cc49d4
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ var view = Marionette.ItemView.extend({
|
|||
onRender : function() {
|
||||
this.ui.preferred.tagsinput({
|
||||
trimValue : true,
|
||||
allowDuplicates: true,
|
||||
tagClass : 'label label-success'
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue