mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-12-15 06:40:28 +05:30
5 lines
160 B
JavaScript
5 lines
160 B
JavaScript
export default {
|
|
BASE_URL: localStorage.getItem("instance") || "https://pipedapi.kavin.rocks",
|
|
AUTO_PLAY: localStorage.getItem("autoplay") || false,
|
|
};
|