mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
Merge pull request #291 from forslund/uri-tweak-for-load-issue
Update subscription uri
This commit is contained in:
commit
daeeeaa122
1 changed files with 2 additions and 1 deletions
|
@ -214,7 +214,8 @@ impl Spirc {
|
|||
|
||||
let ident = session.device_id().to_owned();
|
||||
|
||||
let uri = format!("hm://remote/3/user/{}/", session.username());
|
||||
// Uri updated in response to issue #288
|
||||
let uri = format!("hm://remote/user/{}/", session.username());
|
||||
|
||||
let subscription = session.mercury().subscribe(&uri as &str);
|
||||
let subscription = subscription
|
||||
|
|
Loading…
Reference in a new issue