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
Basically, if you go to any of the subpages and click the Wishlist button, the data source is now globally the wishlist, so when you go back to the library and try to click a book in the My books in the series list, it can't show the books in the series because it's trying to find them from the wishlist.
This is a sticky value that doesn't expire until cache is cleared or the data source is changed back to Library.
Currently you can work around this issue by opening any subpage from the menu and changing the source by clicking the "library" button:
The text was updated successfully, but these errors were encountered:
- First of all my last fix was malfunctioning a bit, but now it also works differently. So whenever you change the sub page source, it remembers the state, but a url param will overwrite that. So now you can switch sub page source to wishlist and it won’t change on its own when you click a book link in the “my books in the series” link.
- There was also an attempt to find free books in a series during extraction, but I wasn’t able to test this. Maybe it works… Idk..
Basically, if you go to any of the subpages and click the
Wishlist
button, the data source is now globally the wishlist, so when you go back to the library and try to click a book in theMy books in the series
list, it can't show the books in the series because it's trying to find them from the wishlist.Currently you can work around this issue by opening any subpage from the menu and changing the source by clicking the "library" button:
The text was updated successfully, but these errors were encountered: