Explorar el Código

Fix error when changing categories

master
Fen Dweller hace 5 años
padre
commit
538f071a7b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      macrovision.js

+ 1
- 1
macrovision.js Ver fichero

@@ -2543,7 +2543,7 @@ function updateFilter() {
let replace = false;
let first = null;
document.querySelectorAll(".entity-select.category-visible > option").forEach(element => {
let keep = false;
let keep = type == "none";

if (filterDefs[type].extract(availableEntities[category][element.value]).indexOf(key) >= 0) {
keep = true;


Cargando…
Cancelar
Guardar