mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-10 02:08:21 +00:00
Fix type mismatch warning.
This commit is contained in:
parent
d31c391ab6
commit
c26bf4f6fd
@ -1,4 +1,4 @@
|
||||
export default {
|
||||
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