Skip to content

Commit

Permalink
Update CodeExt.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
WindowsMEMZ authored Dec 9, 2023
1 parent 83b580c commit d23e780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DarockBili Watch App/Extension/CodeExt.swift
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ func bv2av(bvid: String) -> UInt64 {
swap(&bvidArray[3], &bvidArray[9])
swap(&bvidArray[4], &bvidArray[7])

let trimmedBvid = String(bvidArray[3...])
let trimmedBvid = String(bvidArray).dropFirst(3)

var tmp: UInt64 = 0

Expand Down

0 comments on commit d23e780

Please sign in to comment.