mirror of
https://github.com/TeamPiped/Piped
synced 2025-09-06 05:21:14 +02:00
fix npe
This commit is contained in:
parent
8eec6b2d49
commit
71f11ab031
@ -292,6 +292,7 @@ export default {
|
|||||||
});
|
});
|
||||||
|
|
||||||
this.player.on("volumechange", () => {
|
this.player.on("volumechange", () => {
|
||||||
|
if (this.audioplayer)
|
||||||
this.audioplayer.volume = this.player.volume();
|
this.audioplayer.volume = this.player.volume();
|
||||||
if (localStorage)
|
if (localStorage)
|
||||||
localStorage.setItem(
|
localStorage.setItem(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user