Skip to content

Commit 852dbb4

Browse files
committed
add: include sp_dc for mobile token retrieval in configuration
1 parent 9a12694 commit 852dbb4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

config.default.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,8 @@ export default {
305305
playlistPageLoadConcurrency: 10, // How many pages to load simultaneously
306306
albumLoadLimit: 1, // 0 means no limit (loads all tracks), 1 = 50 tracks, 2 = 100 tracks, etc.
307307
albumPageLoadConcurrency: 5, // How many pages to load simultaneously
308-
allowExplicit: true // If true plays the explicit version of the song, If false plays the Non-Explicit version of the song. Normal songs are not affected.
308+
allowExplicit: true, // If true plays the explicit version of the song, If false plays the Non-Explicit version of the song. Normal songs are not affected.
309+
sp_dc: '' // fot getting mobile token (optional) get from spotify in browser devtools -> Application -> Cookies -> sp_dc (requered for canvas)
309310
},
310311
applemusic: {
311312
enabled: true,

0 commit comments

Comments
 (0)