1
0
Fork 0
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:
Luke Pulverenti 2015-09-19 22:06:56 -04:00
parent c08a709ad1
commit 0db16cad5a
44 changed files with 1125 additions and 438 deletions

View file

@ -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 () {