1
0
Fork 0
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:
Techywarrior 2013-03-28 19:56:56 -07:00
parent 6761d5c3c9
commit 034a4c04b8
4 changed files with 93 additions and 24 deletions

View file

@ -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,