-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Cannot navigate between duplicate videos in playlist #57
Comments
Fixed in 6e7a627 |
Edit: It worked once, but now I'm still encountering it on created playlists. The bug is "fixed" in that you can try to navigate to a duplicate if you select the first duplicate in the playlist. But then the UI shows that the first duplicate is still the active playlist video, and you can't navigate to the other duplicates anymore. Tested with a playlist comprised of one video duplicated three times. |
I have only fixed the clicking on links in 6e7a627 Please confirm if it's fixed or not first I will try to take a look at |
To clarify, I'm still experiencing the issue when clicking on links in the watch-video-playlist box. |
Videos: Even I just create another new playlist now with duplicate I have no issue Not to mention I might have also fixed play next/prev video in 66e3dbe Might need help from @efb4f5ff-1298-471a-8973-3d47447115dc |
Did not get a bug but on clicking on nr 4 it went to play nr 4 so i thought but i actually just reloaded nr 3
When i got to this step it actually played nr 4
no error here |
In watch page? or from local playlist view (inside a playlist)? or something else Let me test both tomorrow |
This is on the watch page |
Still get the bug im on bdb2a94 VirtualBoxVM_0r1JaOEYXv.mp4 |
Fixed in 25c75ce |
Can confirm that its fixed. Just to confirm @jasonhenriquez did u experience the same as me when it didn't work or is there still something that needs to be addressed? |
I think that's one of the callback errors from player after you switch back from watch video view |
can be closed btw |
Guidelines
Describe the bug
Expected Behavior
The duplicate video can be navigated to normally in any case.
Dev notes:
I would reckon this is happening because the videos have the same route. If that's the case, you'll have to add some dupe differentiator to the route (e.g.,
&duplicate-count={number}
).Issue Labels
usability issue
FreeTube Version
402af7a
Operating System Version
OpenSUSE Tumbleweed
Installation Method
other
Primary API used
Local API
Last Known Working FreeTube Version (If Any)
No response
Additional Information
No response
Nightly Build
The text was updated successfully, but these errors were encountered: