mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
@@ -510,7 +510,7 @@ class FavHttp {
|
||||
required dynamic seasonId,
|
||||
}) async {
|
||||
var res = await Request().post(
|
||||
Api.seasonFav + (isFav ? 'unfav' : 'fav'),
|
||||
isFav ? Api.unfavSeason : Api.favSeason,
|
||||
data: {
|
||||
'platform': 'web',
|
||||
'season_id': seasonId,
|
||||
|
||||
Reference in New Issue
Block a user