You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VScode: Fix first key extraction + Allow unsecure
- To prevent undefined value of extracted cbc key at first run the conf() object is refreshed at every access
- To allow playback behind corporate proxies the 'secure' flag was added
Handle vscode://yne.dzr/ + display artist picture
The following url shall now be handled by dzr
You can triger them from `xdg-open my-url`
vscode://yne.dzr/pause
vscode://yne.dzr/play
vscode://yne.dzr/load # load next track
vscode://yne.dzr/load?[0] # load track at [0]
vscode://yne.dzr/add?[[76533108,76533118]] # add 2 track by id (used by "copy link" menu)