mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
Merge pull request #323 from bugfixin/fix-android-seek
Resolve some android seeking issues
This commit is contained in:
commit
b0f7a9b67c
@ -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