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

@ -28,7 +28,7 @@
<li> <li>
<label for="chkEnableUpnp">Enable UPnP</label> <label for="chkEnableUpnp">Enable UPnP</label>
<input type="checkbox" id="chkEnableUpnp" data-mini="true" /> <input type="checkbox" id="chkEnableUpnp" data-mini="true" />
<div class="fieldDescription">UPnP allows automated router configuration for remote access.</div> <div class="fieldDescription">UPnP allows automated router configuration for remote access. This may not work with some router models.</div>
</li> </li>
</ul> </ul>
<ul data-role="listview" class="ulForm"> <ul data-role="listview" class="ulForm">

View file

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