Skip to content

Commit

Permalink
Merge pull request #470 from GD-Slime/20240101a
Browse files Browse the repository at this point in the history
修复港澳台番剧播放
  • Loading branch information
ywmoyue authored Jan 1, 2024
2 parents f5b167a + 27f67ff commit 69acf4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/BiliLite.UWP/Models/Requests/Api/SeasonApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ public ApiModel Detail(string season_id, bool proxy = false)
baseUrl = $"{baseUrl}/pgc/view/v2/app/season",
parameter = ApiHelper.MustParameter(AppKey, true) + $"&season_id={season_id}"
};
api.parameter = api.parameter.Replace("build=6235200", "build=75900200");
api.parameter += ApiHelper.GetSign(api.parameter, AppKey);
return api;
}
Expand Down

0 comments on commit 69acf4d

Please sign in to comment.