update live tv segments
This commit is contained in:
parent
c86543dc59
commit
ec67431a0e
13 changed files with 118 additions and 340 deletions
1
dashboard-ui/cordova/android/vlcplayer.js
vendored
1
dashboard-ui/cordova/android/vlcplayer.js
vendored
|
@ -140,6 +140,7 @@
|
|||
if (tIndex != -1) {
|
||||
startPosMs = val.substring(tIndex + 3);
|
||||
startPosMs = parseFloat(startPosMs) * 1000;
|
||||
val = val.split('#')[0];
|
||||
}
|
||||
|
||||
if (options.type == 'audio') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue