forked from Korbs/4get
man i have dementia
This commit is contained in:
parent
80be23f7df
commit
ed5a992354
2 changed files with 10 additions and 10 deletions
|
@ -107,8 +107,8 @@ class config{
|
||||||
// SOUNDCLOUD
|
// SOUNDCLOUD
|
||||||
// Get these parameters by making a search on soundcloud with network
|
// Get these parameters by making a search on soundcloud with network
|
||||||
// tab open, then filter URLs using "search?q=". (No need to login)
|
// tab open, then filter URLs using "search?q=". (No need to login)
|
||||||
const SC_USER_ID = "119817-879192-49172-644216";
|
const SC_USER_ID = "361066-632137-891392-693457";
|
||||||
const SC_CLIENT_TOKEN = "Hd4akujkPoaPv8SOUw6sqAySNno8EM7b";
|
const SC_CLIENT_TOKEN = "nUB9ZvnjRiqKF43CkKf3iu69D8bboyKY";
|
||||||
|
|
||||||
// MARGINALIA
|
// MARGINALIA
|
||||||
// Get an API key by contacting the Marginalia.nu maintainer. The "public" key
|
// Get an API key by contacting the Marginalia.nu maintainer. The "public" key
|
||||||
|
|
10
settings.php
10
settings.php
|
@ -240,11 +240,11 @@ $settings = [
|
||||||
[
|
[
|
||||||
"value" => "sc",
|
"value" => "sc",
|
||||||
"text" => "SoundCloud"
|
"text" => "SoundCloud"
|
||||||
],
|
]//,
|
||||||
[
|
//[
|
||||||
"value" => "spotify",
|
// "value" => "spotify",
|
||||||
"text" => "Spotify"
|
// "text" => "Spotify"
|
||||||
]
|
//]
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
|
Reference in a new issue