mirror of
https://github.com/mmjee/Piped-Material.git
synced 2024-12-06 19:26:36 +01:00
5 lines
162 B
JavaScript
5 lines
162 B
JavaScript
export default {
|
|
BASE_URL: localStorage.getItem("instance") || "https://pipedapi.kavin.rocks",
|
|
AUTO_PLAY: localStorage.getItem("autoplay") === "true",
|
|
};
|