Skip to content

Commit

Permalink
fix issues
Browse files Browse the repository at this point in the history
  • Loading branch information
xjbeta committed Jul 16, 2024
1 parent df2143f commit 36b0993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IINA+/Utils/VideoDecoder/DouYin.swift
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ addXMLRequestCallback(function (xhr) {
func webcastUpdatedNotification() async -> Notification {
await withCheckedContinuation { continuation in
dyFinishNotification = NotificationCenter.default.addObserver(forName: .douyinWebcastUpdated, object: nil, queue: nil) { n in
if let noti = dyFinishNotification {
if let noti = self.dyFinishNotification {
NotificationCenter.default.removeObserver(noti)
}
continuation.resume(returning: n)
Expand Down

0 comments on commit 36b0993

Please sign in to comment.