Skip to content

Commit

Permalink
fix: custom client_id not working (Spotifyd#528)
Browse files Browse the repository at this point in the history
This commit removes the deprecated `user-read-birthdate` scope, making the login request now succeed again
  • Loading branch information
Sven authored Mar 3, 2020
1 parent ec803cc commit e519db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dbus_mpris.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pub struct DbusServer {
}

const CLIENT_ID: &str = "2c1ea588dfbc4a989e2426f8385297c3";
const SCOPE: &str = "user-read-playback-state,user-read-private,user-read-birthdate,\
const SCOPE: &str = "user-read-playback-state,user-read-private,\
user-read-email,playlist-read-private,user-library-read,user-library-modify,\
user-top-read,playlist-read-collaborative,playlist-modify-public,\
playlist-modify-private,user-follow-read,user-follow-modify,\
Expand Down

0 comments on commit e519db6

Please sign in to comment.