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++;
|
updates++;
|
||||||
}
|
}
|
||||||
for (int i = 1; i < updates; i++) {
|
for (int i = 1; i < updates; i++) {
|
||||||
|
if (response.data[i]['prerelease']) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
releases.update(
|
releases.update(
|
||||||
'body',
|
'body',
|
||||||
(value) =>
|
(value) =>
|
||||||
|
Loading…
Reference in New Issue
Block a user