mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update metadata editor
This commit is contained in:
parent
c08a709ad1
commit
0db16cad5a
44 changed files with 1125 additions and 438 deletions
5
dashboard-ui/cordova/ios/vlcplayer.js
vendored
5
dashboard-ui/cordova/ios/vlcplayer.js
vendored
|
@ -68,7 +68,10 @@
|
|||
|
||||
self.duration = function (val) {
|
||||
|
||||
return self.playerState.duration;
|
||||
// TODO
|
||||
// This value doesn't seem to be getting reported properly
|
||||
// Right now it's only used to determine if the player can seek, so for now we can mock it
|
||||
return 1;
|
||||
};
|
||||
|
||||
self.stop = function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue