mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
stop button in video player instead of now playing bar
This commit is contained in:
parent
6761d5c3c9
commit
034a4c04b8
4 changed files with 93 additions and 24 deletions
|
@ -316,6 +316,9 @@ var videoJSextension = {
|
|||
*/
|
||||
setup_video : function( $video, item ) {
|
||||
|
||||
// Add the stop button.
|
||||
_V_.merge( _V_.ControlBar.prototype.options.components, { StopButton : {} } );
|
||||
|
||||
var vid_id = $video.attr( 'id' ),
|
||||
available_res = ['high','medium','low'],
|
||||
default_res,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue