Skip to content

Commit

Permalink
update: 简化对比条件
Browse files Browse the repository at this point in the history
  • Loading branch information
BingZi-233 committed Nov 16, 2023
1 parent a7c0ca0 commit c6dd091
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
group=online.bingiz.bilibili.video
version=1.0.5
version=1.0.5-1
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ object NetworkEngine {
val sessData = cookieCache[player.uniqueId]?.first { it.startsWith("SESSDATA") }
?.split(";")
?.get(0) + ",bili_jct=${csrf},buvid3=BUVID3"
if (csrf != null && sessData != null) {
if (csrf != null) {
bilibiliAPI.actionLikeTriple(bvid, csrf, sessData)
.enqueue(object : Callback<BilibiliResult<TripleData>> {
override fun onResponse(
Expand Down

0 comments on commit c6dd091

Please sign in to comment.