Skip to content

Commit

Permalink
chore: Follow-up to 24fb265
Browse files Browse the repository at this point in the history
  • Loading branch information
rinsuki committed Feb 2, 2025
1 parent 24fb265 commit 504e577
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ extension ShareNewPostViewController {
request.setValue(UserAgentString, forHTTPHeaderField: "User-Agent")
Task { [request] in
let result = try await URLSession.shared.data(for: request)
guard let doc = try? Fuzi.HTMLDocument(data: result.0) else {
guard let doc = try? Fuzi.HTMLDocument.parse(data: result.0) else {
print("SpotifyNowPlayingError: Fuzi.HTMLDocumentでパースに失敗")
return
}
Expand Down

0 comments on commit 504e577

Please sign in to comment.