1
0
mirror of https://github.com/TeamPiped/Piped.git synced 2024-12-15 06:40:28 +05:30
Piped/src/Constants.js

5 lines
158 B
JavaScript
Raw Normal View History

2020-11-30 11:36:27 +05:30
export default {
BASE_URL: localStorage.getItem("instance") || 'https://pipedapi.kavin.rocks',
2020-12-10 13:23:30 +05:30
AUTO_PLAY: localStorage.getItem("autoplay") || false
2020-11-30 11:36:27 +05:30
}