mirror of
https://github.com/revanced/revanced-manager
synced 2024-05-14 13:56:57 +02:00
fix: Pre-releases changelog being shown (#1767)
This commit is contained in:
parent
ab13895196
commit
add49e14fb
@ -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…
Reference in New Issue
Block a user