mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-01-10 23:29:53 +02:00
Fix filter type for series' network
This commit is contained in:
parent
c6ad2396bb
commit
5e61b413b7
@ -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…
Reference in New Issue
Block a user