fix: auto applies filter on season change

This commit is contained in:
2025-04-22 23:40:28 -05:00
parent edce0c576d
commit 31d1b20045
5 changed files with 98 additions and 77 deletions

View File

@@ -29,6 +29,11 @@ export default class extends Controller {
}
}
// Keeps compatible with Filter & TV Shows
isActive() {
return true;
}
listTargetConnected(target) {
// console.log(target);
}