mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-22 21:47:25 +00:00
5 lines
158 B
JavaScript
5 lines
158 B
JavaScript
export default {
|
|
BASE_URL: localStorage.getItem("instance") || 'https://pipedapi.kavin.rocks',
|
|
AUTO_PLAY: localStorage.getItem("autoplay") || false
|
|
}
|