mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update views
This commit is contained in:
parent
7f0e5e8cd8
commit
8c9287d505
15 changed files with 168 additions and 103 deletions
5
dashboard-ui/cordova/android/vlcplayer.js
vendored
5
dashboard-ui/cordova/android/vlcplayer.js
vendored
|
@ -169,6 +169,8 @@
|
|||
|
||||
var deviceProfile = MediaPlayer.getDeviceProfile();
|
||||
|
||||
var timeLimitMs = MediaController.playbackTimeLimitMs || 0;
|
||||
|
||||
AndroidVlcPlayer.playVideoVlc(val,
|
||||
startPosMs,
|
||||
item.Name,
|
||||
|
@ -184,7 +186,8 @@
|
|||
ApiClient.getCurrentUserId(),
|
||||
ApiClient.accessToken(),
|
||||
JSON.stringify(deviceProfile),
|
||||
JSON.stringify(videoQualityOptions));
|
||||
JSON.stringify(videoQualityOptions),
|
||||
timeLimitMs);
|
||||
|
||||
playerState.currentSrc = val;
|
||||
self.report('playing', null, startPosMs, false, 100);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue