mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-24 06:17:08 -04:00
Fix filter type for series' network
This commit is contained in:
parent
c6ad2396bb
commit
5e61b413b7
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ export const filterBuilderProps = [
|
|||
{
|
||||
name: 'network',
|
||||
label: () => translate('Network'),
|
||||
type: filterBuilderTypes.STRING,
|
||||
type: filterBuilderTypes.ARRAY,
|
||||
optionsSelector: function(items) {
|
||||
const tagList = items.reduce((acc, series) => {
|
||||
if (series.network) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue