Prevent needlessly resetting startPositionTicks to null

This commit is contained in:
bugfixin 2019-05-16 04:14:51 +00:00
parent 1ba58b06b3
commit da4d3a755e

View File

@ -2536,7 +2536,6 @@ define(['events', 'datetime', 'appSettings', 'itemHelper', 'pluginManager', 'pla
} else {
playerStartPositionTicks = null;
contentType = getMimeType(type.toLowerCase(), mediaSource.TranscodingContainer);
if (mediaUrl.toLowerCase().indexOf('copytimestamps=true') === -1) {