Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

Commit

Permalink
更换删除书签到新的方法
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiichiamane committed May 12, 2020
1 parent 8633865 commit bb6acff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PixivFSUWP/SearchResultPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ private async void QuickStar_Click(object sender, RoutedEventArgs e)
try
{
await new PixivAppAPI(Data.OverAll.GlobalBaseAPI)
.IllustBookmarkDelete(i.ItemId.ToString());
.PostIllustBookmarkDeleteAsync(i.ItemId.ToString());
res = true;
}
catch
Expand Down

0 comments on commit bb6acff

Please sign in to comment.