Compare commits

...

1 Commits

Author SHA1 Message Date
Zagrios 38282dd1e7 todo 2025-06-13 19:27:09 +02:00
@@ -38,6 +38,7 @@ export class BeatModsApiService {
}
private getVersionModsUrl(version: BSVersion): string {
// TODO: This endpoint is now deprecated
const platform: BbmPlatform = version.oculus || version.metadata?.store === BsStore.OCULUS ? BbmPlatform.OculusPC : BbmPlatform.SteamPC;
return `${this.MODS_REPO_API_URL}/mods?status=verified&gameVersion=${version.BSVersion}&gameName=BeatSaber&platform=${platform}`;
}