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

dlna project fixes

This commit is contained in:
Luke Pulverenti 2014-02-26 00:43:49 -05:00
parent 1bc46faa9c
commit 0b238590fc
2 changed files with 1 additions and 3 deletions

View file

@ -133,8 +133,6 @@
var endTime = this.currentTime;
this.currentTime = 0;
clearProgressInterval();
var position = Math.floor(10000000 * endTime) + startTimeTicksOffset;