gelbooru source

This commit is contained in:
2021-08-10 21:46:38 +08:00
parent 8f8cfaca54
commit 24f39a2e27
8 changed files with 104 additions and 30 deletions

View File

@ -33,7 +33,7 @@ namespace Gallery.Views
protected override async Task<GalleryItem[]> DoloadGalleryData(bool force)
{
var result = await source.GetRecentItemsAsync(currentPage);
var result = await Source.GetRecentItemsAsync(currentPage);
return result;
}