mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-01 01:35:11 +00:00
## Issue Closes 3661: Autoplay + Related go into loops ( infinite ) sometimes ## GUI Push the actual "next" item into the top of the list. ## History search 1. Skip if the next item is itself. 2. The URL stored in the history comes in various forms, so a direct comparison won't work. - There's also a weird case where the URL differs by just a little (p.09 vs p-09), but with the same claim ID: lbry://vacuum-tube-computer-p.09-–-building#5212bc8bc63c373e2bf1ebc5b765595ed7b6514d lbry://vacuum-tube-computer-p-09-–-building#5212bc8bc63c373e2bf1ebc5b765595ed7b6514d Check the claim_id as well to cover cases like these. |
||
|---|---|---|
| .. | ||
| app.js | ||
| blocked.js | ||
| comments.js | ||
| content.js | ||
| file_info.js | ||
| notifications.js | ||
| publish.js | ||
| reactions.js | ||
| rewards.js | ||
| search.js | ||
| settings.js | ||
| subscriptions.js | ||
| sync.js | ||
| tags.js | ||
| user.js | ||