You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(using firefox 73.0.1 with latest twitch-now @b4571669de136b869ad00406219ce21495889157)
If I select language filters in the settings (the first 20 or so checkboxes) the settings are not saved. Thus when opening the Top Streams-tab it's always empty.
I tried debugging the extension but unfortunately I don't have any experience working with backbone and handlebars, so I couldn't easily find the pieces of code where the settings are loaded and saved.
It seems that they are simply missing tho. As far as I can see there is no function to iterate through the values of the 'c1'-element thats saved by backbone, which should probably contain the values of each checked language filter in some form.
If you can point me to the code where the values are read from the settings-savefile, I could try to work out a solution for this.
I thought this feature was working a while ago 🤔
The text was updated successfully, but these errors were encountered:
I wanted to try this language filter feature and looks like it's working only if you check only one language. If I choose 2 or more no streams are displayed.
(using firefox 73.0.1 with latest twitch-now @b4571669de136b869ad00406219ce21495889157)
If I select language filters in the settings (the first 20 or so checkboxes) the settings are not saved. Thus when opening the Top Streams-tab it's always empty.
I tried debugging the extension but unfortunately I don't have any experience working with backbone and handlebars, so I couldn't easily find the pieces of code where the settings are loaded and saved.
It seems that they are simply missing tho. As far as I can see there is no function to iterate through the values of the 'c1'-element thats saved by backbone, which should probably contain the values of each checked language filter in some form.
If you can point me to the code where the values are read from the settings-savefile, I could try to work out a solution for this.
I thought this feature was working a while ago 🤔
The text was updated successfully, but these errors were encountered: