mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
Prevent needlessly resetting startPositionTicks to null
This commit is contained in:
parent
1ba58b06b3
commit
da4d3a755e
@ -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…
Reference in New Issue
Block a user