benzel
benzel
I'd like to Start adding German tomorrow!
thats what I found in the console output: ``` 2022-05-05 20:01:25.913 | vodclass Saving JSON of wubbl0rz_2022-05-05T18_00_44Z_46340881437 (is_capturing set) Stopped watching wubbl0rz_2022-05-05T18_00_44Z_46340881437 Watching wubbl0rz_2022-05-05T18_00_44Z_46340881437 2022-05-05 20:01:25.919 | automator Update game...
yeah, but what the heck is 48p... best is the easiest choice but consumes more space, so I've tried to take 720p
how about an input-box per stream for "extra" streamlink options?
this is the whole `@livewire()` for the map: ```html #alarmmap { position: relative; top: 0; bottom: 0; height:700px; width:100% } .marker { display: block; border: none; cursor: pointer; padding: 0;...
Update: I found out the problem is the [filament spa-mode](https://filamentphp.com/docs/3.x/panels/configuration#spa-mode) When I disable it, the map loads directly
Problem seems to be that the `const map` is re-used on each pageload. I already tried unsetting `map` on `livewire:navigating`. Didn't work. Problem is that the js-code is made from...