mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
4 lines
162 B
JavaScript
4 lines
162 B
JavaScript
export default {
|
|
BASE_URL: localStorage.getItem("instance") || "https://pipedapi.kavin.rocks",
|
|
AUTO_PLAY: localStorage.getItem("autoplay") === "true",
|
|
};
|