1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fixed bug when you play a video and one is already playing

This commit is contained in:
Techywarrior 2013-04-03 15:55:28 -07:00
parent 4351fda3d1
commit efda2ca3f5

View file

@ -169,6 +169,8 @@
},
playVideo: function (items, startPosition) {
//stop/kill videoJS
if (MediaPlayer.mediaElement) MediaPlayer.stop();
var item = items[0];