Skip to content

Commit 4565a90

Browse files
committed
okay I am blind
1 parent e878491 commit 4565a90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/spotify/src/main/java/app/revanced/extension/spotify/misc/fix/ClientTokenFetcher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class ClientTokenFetcher {
2020
@NonNull
2121
static final String CLIENT_TOKEN_ENDPOINT = "https://clienttoken.spotify.com" + CLIENT_TOKEN_PATH;
2222

23-
// The return value of these method are overriden by the patch.
23+
// The return value of these methods are overriden by the patch.
2424
@NonNull
2525
static String getClientVersion() {
2626
return "";

0 commit comments

Comments
 (0)