mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
Album edit endpoint
This commit is contained in:
parent
d3581eaeef
commit
6cef84a358
24 changed files with 936 additions and 76 deletions
22
src/utils/consts.ts
Normal file
22
src/utils/consts.ts
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
export enum DownloadProvider {
|
||||
MEGA = 'MEGA',
|
||||
MEDIAFIRE = 'MEDIAFIRE',
|
||||
RANOZ = 'RANOZ',
|
||||
TERABOX = 'TERABOX',
|
||||
MIRROR = 'MIRROR'
|
||||
}
|
||||
|
||||
export enum StoreProviders {
|
||||
AMAZON = 'amazon',
|
||||
AMAZON_JP = 'amazon_jp',
|
||||
PLAY_ASIA = 'play_asia',
|
||||
CD_JAPAN = 'cd_japan',
|
||||
SPOTIFY = 'spotify',
|
||||
GOOGLE_PLAY = 'google_play',
|
||||
STEAM = 'steam',
|
||||
MORA = 'mora',
|
||||
APPLE_MUSIC = 'apple_music',
|
||||
OTOTOY = 'ototoy',
|
||||
BANDCAMP = 'bandcamp',
|
||||
DEEZER = 'deezer'
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue