gelbooru source
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user