mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Prevent needlessly resetting startPositionTicks to null
This commit is contained in:
parent
1ba58b06b3
commit
da4d3a755e
1 changed files with 0 additions and 1 deletions
|
@ -2536,7 +2536,6 @@ define(['events', 'datetime', 'appSettings', 'itemHelper', 'pluginManager', 'pla
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
playerStartPositionTicks = null;
|
|
||||||
contentType = getMimeType(type.toLowerCase(), mediaSource.TranscodingContainer);
|
contentType = getMimeType(type.toLowerCase(), mediaSource.TranscodingContainer);
|
||||||
|
|
||||||
if (mediaUrl.toLowerCase().indexOf('copytimestamps=true') === -1) {
|
if (mediaUrl.toLowerCase().indexOf('copytimestamps=true') === -1) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue