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

update components

This commit is contained in:
Luke Pulverenti 2017-01-13 16:05:12 -05:00
parent ce58a73714
commit 893b492cbb
89 changed files with 1116 additions and 587 deletions

View file

@ -143,7 +143,7 @@ define(['pluginManager', 'events', 'browser', 'embyRouter'], function (pluginMan
if (currentYoutubePlayer) {
if (val != null) {
currentYoutubePlayer.setCurrentTime(val / 1000);
currentYoutubePlayer.seekTo(val / 1000, true);
return;
}