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:
parent
1bc46faa9c
commit
0b238590fc
2 changed files with 1 additions and 3 deletions
|
@ -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">
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue