Skip to content

Commit

Permalink
Resolve delegate callback
Browse files Browse the repository at this point in the history
  • Loading branch information
spotlightishere committed Jun 2, 2022
1 parent 9385d9a commit 8b09531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ongaku/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class ViewController: NSViewController, SwordRPCDelegate {
rpc.connect()
}

func rpcDidConnect() {
func rpcDidConnect(_ _: SwordRPC) {
log.notice("Connected to Discord RPC.")

DispatchQueue.main.async {
Expand Down

0 comments on commit 8b09531

Please sign in to comment.