mirror of
https://github.com/TeamPiped/Piped
synced 2025-09-04 12:31:01 +02: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
|
|
}
|