mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-16 10:28:18 -07:00
Move gain debug message to be more reliable
This commit is contained in:
parent
62300149d5
commit
c5dfdc7b23
@ -118,12 +118,11 @@ class HtmlAudioPlayer {
|
||||
} else {
|
||||
self.gainNode.gain.value = 1;
|
||||
}
|
||||
console.debug('gain:' + self.gainNode.gain.value);
|
||||
}).catch((err)=> {
|
||||
console.error('[UserSettings] failed to load userSettings', err);
|
||||
});
|
||||
|
||||
console.debug('gain:' + self.gainNode.gain.value);
|
||||
|
||||
// Convert to seconds
|
||||
const seconds = (options.playerStartPositionTicks || 0) / 10000000;
|
||||
if (seconds) {
|
||||
|
Loading…
Reference in New Issue
Block a user