mirror of
https://github.com/TeamPiped/Piped
synced 2025-09-05 21:11:09 +02:00
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,
|
|
};
|