Fix publisher filter not being a dropdown
This commit is contained in:
parent
ffd1851afc
commit
3b5fa15388
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ export class FilterUtilitiesService {
|
||||||
switch (type) {
|
switch (type) {
|
||||||
case 'series':
|
case 'series':
|
||||||
return [
|
return [
|
||||||
FilterField.SeriesName, FilterField.Summary, FilterField.Path, FilterField.FilePath, PersonFilterField.Name
|
FilterField.SeriesName, FilterField.Summary, FilterField.Path, FilterField.FilePath
|
||||||
] as unknown as T[];
|
] as unknown as T[];
|
||||||
case 'person':
|
case 'person':
|
||||||
return [
|
return [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue