Skip to content

Commit

Permalink
修复港澳台番剧播放
Browse files Browse the repository at this point in the history
  • Loading branch information
GD-Slime committed Jan 1, 2024
1 parent f5b167a commit 27f67ff
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 27f67ff

Please sign in to comment.