Adding Lofi playlist
This commit is contained in:
parent
659c792402
commit
3292de107a
@ -22,6 +22,11 @@ const playlists = {
|
|||||||
url: 'https://soundcloud.com/snxraven/sets/raven-scott-rap',
|
url: 'https://soundcloud.com/snxraven/sets/raven-scott-rap',
|
||||||
cacheFile: path.join(__dirname, 'cache_rap.json'),
|
cacheFile: path.join(__dirname, 'cache_rap.json'),
|
||||||
tracks: []
|
tracks: []
|
||||||
|
},
|
||||||
|
lofi: {
|
||||||
|
url: 'https://soundcloud.com/snxraven/sets/raven-scott-lofi',
|
||||||
|
cacheFile: path.join(__dirname, 'cache_lofi.json'),
|
||||||
|
tracks: []
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user