Skip to content

Commit 504e577

Browse files
committed
chore: Follow-up to 24fb265
1 parent 24fb265 commit 504e577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/iOS/Extensions/iMastShare/ShareNewPostViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ extension ShareNewPostViewController {
339339
request.setValue(UserAgentString, forHTTPHeaderField: "User-Agent")
340340
Task { [request] in
341341
let result = try await URLSession.shared.data(for: request)
342-
guard let doc = try? Fuzi.HTMLDocument(data: result.0) else {
342+
guard let doc = try? Fuzi.HTMLDocument.parse(data: result.0) else {
343343
print("SpotifyNowPlayingError: Fuzi.HTMLDocumentでパースに失敗")
344344
return
345345
}

0 commit comments

Comments
 (0)