actually use the custom user agent tee hee
This commit is contained in:
parent
814aa93bf0
commit
3615fb59eb
1 changed files with 1 additions and 0 deletions
|
@ -154,6 +154,7 @@ public class Subsonic : Object {
|
|||
this.parameters = @"u=$(Uri.escape_string(username))&t=$(Uri.escape_string(token))&s=$(Uri.escape_string(salt))&v=1.16.1&c=eu.callcc.audrey";
|
||||
|
||||
this.session = new Soup.Session ();
|
||||
this.session.user_agent = "audrey/linux";
|
||||
|
||||
this.artist_list = new ListStore (typeof (Artist));
|
||||
this.album_list = new ListStore (typeof (Album));
|
||||
|
|
Loading…
Reference in a new issue