Skip to content

Commit 719c751

Browse files
FineFindusBnyro
authored andcommitted
fix(Local/RYD): use correct API URL
Fixes a regression in 906fd0a, where both the base API URL and the path contained a `/`, leading to an invalid URL, causing no dislikes to be shown. Ref: libre-tube#8150
1 parent d68b53e commit 719c751

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/com/github/libretube/api/ExternalApi.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import retrofit2.http.Url
2121

2222
private const val GITHUB_API_URL = "https://api.github.com/repos/libre-tube/LibreTube/releases/latest"
2323
private const val SB_API_URL = "https://sponsor.ajay.app"
24-
private const val RYD_API_URL = "https://ryd-proxy.kavin.rocks/"
24+
private const val RYD_API_URL = "https://ryd-proxy.kavin.rocks"
2525
private const val GOOGLE_API_KEY = "AIzaSyDyT5W0Jh49F30Pqqtyfdf7pDLFKLJoAnw"
2626
const val USER_AGENT = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.3"
2727
private const val PIPED_INSTANCES_URL = "https://piped-instances.kavin.rocks"

0 commit comments

Comments
 (0)