mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
Make types more consistent
There is no instance I can find where these values are ever *actually* strings. Changing them to boolean improves consistency.
This commit is contained in:
parent
ec5a3b6e5e
commit
802bb3a757
@ -751,7 +751,7 @@ define(['browser'], function (browser) {
|
||||
Condition: 'Equals',
|
||||
Property: 'IsSecondaryAudio',
|
||||
Value: 'false',
|
||||
IsRequired: 'false'
|
||||
IsRequired: false
|
||||
});
|
||||
}
|
||||
|
||||
@ -780,7 +780,7 @@ define(['browser'], function (browser) {
|
||||
Condition: 'Equals',
|
||||
Property: 'IsSecondaryAudio',
|
||||
Value: 'false',
|
||||
IsRequired: 'false'
|
||||
IsRequired: false
|
||||
}
|
||||
]
|
||||
});
|
||||
@ -913,4 +913,4 @@ define(['browser'], function (browser) {
|
||||
|
||||
return profile;
|
||||
};
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user