Sort Listen Again randomly (toggable via setting) #4131
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Brief summary
This resolves #4129.
I think it makes sense to add it the way proposed in that issue, as it would make sense as a contrary part to discover, which is the opposite of listen again.
It makes listen again sort randomly.
#4130 does not make sense in my opinion, because it would add more small options and displaying the last 10 listened books does not make that much sense in general. Personally, I never used Listen again, because it only showed the last ten books and it was like "Oh, I listened to that like a week ago."
But maybe others can comment as this is only my view.
For devs, getting the progress i still possible via the API:
/api/libraries/<id>/items?filter=progress.ZmluaXNoZWQ%3D&sort=progress&desc=1&limit=32
If that is not wanted, just close that PR :)
Which issue is fixed?
Fixes #4129
In-depth Description
replaced sort by progress to random
How have you tested this?
Own library
Screenshots