mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
restore music alphabet pickers
This commit is contained in:
parent
a61e96accb
commit
467dc13089
14 changed files with 93 additions and 36 deletions
8
dashboard-ui/cordova/android/vlcplayer.js
vendored
8
dashboard-ui/cordova/android/vlcplayer.js
vendored
|
@ -186,8 +186,6 @@
|
|||
|
||||
playerState.currentSrc = val;
|
||||
self.report('playing', null, startPosMs, false, 100);
|
||||
|
||||
playerState.currentSrc = val;
|
||||
}
|
||||
};
|
||||
|
||||
|
@ -256,14 +254,10 @@
|
|||
return deferred.promise();
|
||||
};
|
||||
|
||||
self.onActivityClosed = function (wasStopped, hasError, endPositionMs, currentSrc) {
|
||||
self.onActivityClosed = function (wasStopped, hasError, endPositionMs) {
|
||||
|
||||
playerState.currentTime = endPositionMs;
|
||||
|
||||
if (currentSrc) {
|
||||
playerState.currentSrc = currentSrc;
|
||||
}
|
||||
|
||||
if (wasStopped) {
|
||||
MediaPlayer.stop(false);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue