mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-09-23 09:50:58 +02:00
refactor: fetch 100 latest app updates from github releases
This commit is contained in:
@@ -152,7 +152,7 @@ impl AppAutoUpdater {
|
|||||||
async fn fetch_app_releases(
|
async fn fetch_app_releases(
|
||||||
&self,
|
&self,
|
||||||
) -> Result<Vec<AppRelease>, Box<dyn std::error::Error + Send + Sync>> {
|
) -> Result<Vec<AppRelease>, Box<dyn std::error::Error + Send + Sync>> {
|
||||||
let url = "https://api.github.com/repos/zhom/donutbrowser/releases";
|
let url = "https://api.github.com/repos/zhom/donutbrowser/releases?per_page=100";
|
||||||
let response = self
|
let response = self
|
||||||
.client
|
.client
|
||||||
.get(url)
|
.get(url)
|
||||||
|
|||||||
Reference in New Issue
Block a user