ignore audio reconfig event
This commit is contained in:
parent
a12cab3619
commit
6b8834c8ad
1 changed files with 5 additions and 0 deletions
|
@ -237,6 +237,11 @@ mod imp {
|
|||
// either deprecated or future, ignore
|
||||
}
|
||||
|
||||
Event::AudioReconfig => {
|
||||
// "This is relatively uninteresting, because there is no such thing as audio output embedding."
|
||||
// ^ ignore
|
||||
}
|
||||
|
||||
_ => event!(Level::DEBUG, "unhandled {event:?}"),
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue