PikachuEXE
PikachuEXE
Label for captions  
I think there is no need to use short form on labels The places I see short forms are app menu bar & keymap menus with limited spaces Even short...
Reported issue in https://github.com/shaka-project/shaka-player/issues/8616
As I said in [linked issue](https://github.com/shaka-project/shaka-player/issues/8616#issuecomment-2900576757) the issue seems fixed in Chrome 137 According to [Electron release timeline](https://www.electronjs.org/docs/latest/tutorial/electron-timelines) Chrome 137/138 = 37.x would only be released in 2025-Jun-24 (~1 month...
> So the total watch time gets updated immediately but video count not. Best to also update the video count. Addressed > It says "Video" has been removed but i...
@ChunkyProgrammer ~
@ubello64 You can start by finding related code first 1. Any button on mediaplayer (so you can a random button to play with) e.g. If I right click screenshot button,...
I guess so Copy the code and make a new button & make it work somehow (even just print a message in console) to verify
`this.$store.getters.getPlayNextVideo` is reading the value from "data store" (which is also read when code for auto play run) And to update it, call `updatePlayNextVideo` (must be included in `mapActions` in...
Add this style ```css .vjs-button > .vjs-icon-spinner:before { font-size: 1.6666666667em; } ``` 