mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-05-11 13:05:37 +02:00
fix: Get changelogs for alternative sources (#1766)
This commit is contained in:
parent
d53f8cf130
commit
c7298424e5
2 changed files with 15 additions and 6 deletions
|
@ -484,7 +484,7 @@ class HomeViewModel extends BaseViewModel {
|
|||
|
||||
Future<String?> getLatestPatchesChangelog() async {
|
||||
final release =
|
||||
await _githubAPI.getLatestRelease(_managerAPI.defaultPatchesRepo);
|
||||
await _githubAPI.getLatestRelease(_managerAPI.getPatchesRepo());
|
||||
return release?['body'];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue