diff --git a/src/playbin.vala b/src/playbin.vala index dcb4b4d..21cca2c 100644 --- a/src/playbin.vala +++ b/src/playbin.vala @@ -74,6 +74,7 @@ public class Playbin : GLib.Object { this._play_queue = new ListStore (typeof (Subsonic.Song)); assert (this.mpv.initialize () >= 0); + assert (this.mpv.set_property_string ("audio-client-name", "audrey") >= 0); assert (this.mpv.set_property_string ("user-agent", Audrey.Const.user_agent) >= 0); assert (this.mpv.set_property_string ("video", "no") >= 0); assert (this.mpv.set_property_string ("prefetch-playlist", "yes") >= 0);