mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-12-23 14:03:35 +00:00
Fix type mismatch warning.
This commit is contained in:
parent
d31c391ab6
commit
c26bf4f6fd
@ -1,4 +1,4 @@
|
|||||||
export default {
|
export default {
|
||||||
BASE_URL: localStorage.getItem("instance") || "https://pipedapi.kavin.rocks",
|
BASE_URL: localStorage.getItem("instance") || "https://pipedapi.kavin.rocks",
|
||||||
AUTO_PLAY: localStorage.getItem("autoplay") || false,
|
AUTO_PLAY: localStorage.getItem("autoplay") === "true",
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user