lejacobroy / Tidalrr

Self-hosted Tidal library sync
Apache License 2.0
30 stars 4 forks source link

When going through lists, every time you disable an album, the list resets back to the first page #16

Open zaheria985 opened 5 months ago

zaheria985 commented 5 months ago

When going through lists, every time you disable an album, the list resets back to the first page. It's a little annoying when you are trying to weed out stuff you don't want and you've got a lot to go through.

zaheria985 commented 5 months ago

It also resets any sorts you've done and resets your total albums per page back to 10. Pretty minor issues I guess, just driving me a bit nuts. Thanks for the hard work you've put into this though!

lejacobroy commented 4 months ago

Yes, the table and filtering is provided by in-browser js and resets on page refresh. To fix this, I would need to implement paging in the flask routes and jinja2 templates, which are not planned anytime soon, sorry!