mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update components
This commit is contained in:
parent
ce58a73714
commit
893b492cbb
89 changed files with 1116 additions and 587 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue