Skip to content
Snippets Groups Projects

add support for previously unplayable songs

Open Kai DeLorenzo requested to merge migrate-to-new-widevineapi into master
Files
20
+ 4
2
{
"$schema" : "https://github.com/MithrilGoat/GrayJay-Plugin-Schema/releases/latest/download/Schema.json",
"name": "Spotify",
"description": "Listen to millions of songs on Spotify",
"author": "FUTO",
@@ -7,7 +8,7 @@
"sourceUrl": "https://plugins.grayjay.app/Spotify/SpotifyConfig.json",
"repositoryUrl": "https://gitlab.futo.org/videostreaming/plugins/spotify",
"scriptUrl": "./SpotifyScript.js",
"version": 12,
"version": 13,
"iconUrl": "./SpotifyIcon.png",
"id": "4e365633-6d3f-4267-8941-fdc36631d813",
"scriptSignature": "",
@@ -23,7 +24,8 @@
"seektables.scdn.co",
"api-partner.spotify.com",
"apresolve.spotify.com",
"open.spotifycdn.com"
"open.spotifycdn.com",
"audio-fa-quic.spotifycdn.com"
],
"authentication": {
"loginUrl": "https://accounts.spotify.com/en/login",
Loading