make mpv call its audio output audrey
This commit is contained in:
parent
36d6734e73
commit
8c4c4f8e74
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue