We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e878491 commit 4565a90Copy full SHA for 4565a90
extensions/spotify/src/main/java/app/revanced/extension/spotify/misc/fix/ClientTokenFetcher.java
@@ -20,7 +20,7 @@ class ClientTokenFetcher {
20
@NonNull
21
static final String CLIENT_TOKEN_ENDPOINT = "https://clienttoken.spotify.com" + CLIENT_TOKEN_PATH;
22
23
- // The return value of these method are overriden by the patch.
+ // The return value of these methods are overriden by the patch.
24
25
static String getClientVersion() {
26
return "";
0 commit comments