Open maru801 opened 1 month ago
I'm unable to reproduce this issue neither in the homepage or the shows list.
I also chatted with someone attempting to replicate the issue and they couldn't either.
It does happen on both my servers though.
I also chatted with someone attempting to replicate the issue and they couldn't either.
It does happen on both my servers though.
Are you using any custom stylesheets or web overrides?
I also chatted with someone attempting to replicate the issue and they couldn't either.
It does happen on both my servers though.
Are you using any custom stylesheets or web overrides?
I have custom CSS which I completely removed to test and the behavior remained the same.
Other than that, no. I don't have anything else being done to the server's UI that modifies it.
It's not a major bug, so it's not a big deal if I can't resolve it. And it seems like it's more of an issue on my end since others can't seem to replicate it.
Describe The Bug
The unwatched episode count currently has a bug where it reverts to displaying counts above 99 on the web UI.
Since v10.9 first released, the behavior of the unwatched episode counter caps out at 99, so if 100 or more episodes are unwatched in a show, the counter displays "99+". However, this bug allows for the counter to revert to the old behavior of showing the actual count.
Example: 125 unwatched episodes leads to "125" being in the counter instead of "99+".
Steps To Reproduce
Note: It's easier to reproduce this behavior when the show is on the home page of your server (recently added)
It's also possible to replicate this bug by using the built-in home button (when using it after opening a 100+ episode show on the home screen), but it seems to be a bit delayed in occurring when it does happen.
Refreshing the page, or navigating the server resets this behavior.
I did notice when using my browser's dev tools that the episode counter gets "unlocked" right when I open the show, and not when I go back to the previous page.
Expected Behavior
The unwatched episode counter should remain consistent with either:
Logs
When I reproduce this bug, not much in the logs other than this (because of theme songs that I have enabled):
Screenshots
Freshly loaded page: https://i.imgur.com/gzYuiCu.jpeg After opening and navigating back to the previous page: https://i.imgur.com/BwyM33y.jpeg
System (please complete the following information):
Additional Context