fix video player time display
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
(function (window, store) {
|
||||
(function (window) {
|
||||
|
||||
function getDeviceProfile(serverAddress, deviceId, item, startPositionTicks, maxBitrate, mediaSourceId, audioStreamIndex, subtitleStreamIndex) {
|
||||
|
||||
@@ -484,4 +484,4 @@
|
||||
showPlayerSelectionMenu: showPlayerSelectionMenu
|
||||
};
|
||||
|
||||
})(window, window.appStorage);
|
||||
})(window);
|
||||
Reference in New Issue
Block a user