1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-03 01:39:28 +02:00

Get connection ID

This commit is contained in:
Roderick van Domburg 2021-12-11 23:06:58 +01:00
parent 9a31aa0362
commit 9a93cca562
No known key found for this signature in database
GPG key ID: A9EF5222A26F0451
3 changed files with 39 additions and 0 deletions

View file

@ -264,6 +264,7 @@ impl MercuryManager {
if !found {
debug!("unknown subscription uri={}", response.uri);
trace!("response pushed over Mercury: {:?}", response);
}
})
} else if let Some(cb) = pending.callback {