Merge pull request #5631 from prsantos-com/sonarcloud-resolve-s6644

This commit is contained in:
Bill Thornton
2024-06-09 17:02:20 -04:00
committed by GitHub
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -87,6 +87,7 @@
- [JPUC1143](https://github.com/Jpuc1143)
- [David Angel](https://github.com/davidangel)
- [Pithaya](https://github.com/Pithaya)
- [Peter Santos](https://github.com/prsantos-com)
## Emby Contributors
+1 -1
View File
@@ -57,7 +57,7 @@ function renderDynamicFilters(context, result, options) {
function setBasicFilter(context, key, elem) {
let value = elem.checked;
value = value ? value : null;
value = value || null;
userSettings.setFilter(key, value);
}
function moveCheckboxFocus(elem, offset) {