mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-05-11 21:15:37 +02:00
fix: Pre-releases changelog being shown (#1767)
This commit is contained in:
parent
ab13895196
commit
add49e14fb
1 changed files with 3 additions and 0 deletions
|
@ -85,6 +85,9 @@ class GithubAPI {
|
|||
updates++;
|
||||
}
|
||||
for (int i = 1; i < updates; i++) {
|
||||
if (response.data[i]['prerelease']) {
|
||||
continue;
|
||||
}
|
||||
releases.update(
|
||||
'body',
|
||||
(value) =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue