Feat: Add a reload button to the player video info bar so you can recover after the player crashes - #9722
Conversation
…over after the player crashes
Head branch was pushed to by a user without write access
radmorecameron
left a comment
There was a problem hiding this comment.
Haven't tested yet, my initial thought is this seems like a good compromise for the hacky "reload" being removed.
Without having tested this, I feel like our debounce function should probably be used for onManualReloadReloadRequested?
FreeTube/src/renderer/helpers/utils.js
Line 1074 in f7acbc7
Maybe the |
Head branch was pushed to by a user without write access
Head branch was pushed to by a user without write access
|
|
| Published on: Published on | ||
| Streamed on: Streamed on | ||
| Started streaming on: Started streaming on | ||
| Reload Player: Reload Player |
There was a problem hiding this comment.
Refresh page would probably be a more appropriate name as it refreshed everything except the playlist and comments.
Head branch was pushed to by a user without write access
efb4f5ff-1298-471a-8973-3d47447115dc
left a comment
There was a problem hiding this comment.
- Lets use this icon instead https://fontawesome.com/icons/classic/solid/rotate-right
- Please move the button to sit between Change Media Formats and Share so that options related to the player are grouped
Head branch was pushed to by a user without write access
Updated |

Pull Request Type
Related issue
Closes #1005
Description
Currently, sometimes the player gets stuck (session timeout, crash, IP ban, etc.) Right now, the only way to recover from this is to go to your history page, find the video again, then load it. It's not a lot of effort but a bit annoying, especially when the video never actually played so it doesn't show in your history and you need to scroll through the channel page again.
This adds a button next to the share and format options to reload the player.
Screenshots
Testing
This is fairly easy to test. Just open a video, and click the new button and see the page reloads.
Desktop
Additional context
I discussed some thing about this in chat