mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update to jquery mobile 1.4.3
This commit is contained in:
parent
db0a6eb632
commit
5bec78f61f
218 changed files with 116 additions and 89 deletions
|
@ -157,9 +157,13 @@
|
|||
isStatic = finalParams.isStatic;
|
||||
}
|
||||
|
||||
if (isStatic || !ticks) {
|
||||
var isSeekableMedia = self.currentMediaSource.RunTimeTicks;
|
||||
var isClientSeekable = isStatic || (isSeekableMedia && transcodingExtension == '.m3u8');
|
||||
|
||||
if (isClientSeekable || !ticks || !isSeekableMedia) {
|
||||
currentSrc = replaceQueryString(currentSrc, 'starttimeticks', '');
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
currentSrc = replaceQueryString(currentSrc, 'starttimeticks', ticks);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue