Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zjns committed Apr 10, 2023
1 parent ed6189b commit d0a8e5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ class BangumiPlayUrlHook(classLoader: ClassLoader) : BaseHook(classLoader) {
Log.toast("请求解析服务器发生错误: ${e.message}", alsoLog = true)
}
} else {
lastSeasonInfo["epid"] = request.callMethod("getVod")
lastSeasonInfo["epid"] = request
?.callMethodAs<Map<String, String>>("getExtraContentMap")?.get("ep_id")
if (isDownload) {
param.result = fixDownloadProtoUnite(response)
Expand Down

0 comments on commit d0a8e5f

Please sign in to comment.