Buffer message channel for music

This commit is contained in:
Elara 2021-11-24 16:41:56 -08:00
parent d9823bf0c8
commit e9a611aec8
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ func Init() error {
dbus.WithMatchInterface("org.freedesktop.DBus.Properties"), dbus.WithMatchInterface("org.freedesktop.DBus.Properties"),
dbus.WithMatchMember("PropertiesChanged"), dbus.WithMatchMember("PropertiesChanged"),
) )
monitorCh = make(chan *dbus.Message) monitorCh = make(chan *dbus.Message, 10)
monitorConn.Eavesdrop(monitorCh) monitorConn.Eavesdrop(monitorCh)
// Connect to session bus for method calls // Connect to session bus for method calls