mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-02 19:14:35 -04:00
Merge pull request #358 from Radarr/patch/add-year-to-search
add year to search
This commit is contained in:
@@ -25,7 +25,9 @@ $.fn.bindSearch = function() {
|
||||
minLength : 1
|
||||
}, {
|
||||
name : 'series',
|
||||
displayKey : 'title',
|
||||
displayKey : function(series) {
|
||||
return series.title + ' (' + series.year + ')';
|
||||
},
|
||||
source : substringMatcher()
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user