Move mpris implementation from infinitime library to itd, where it really belongs #41

Merged
Elara6331 merged 2 commits from FloralExMachina/itd:master into master 2022-11-22 02:24:51 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit f215e4fd90 - Show all commits

View File

@ -15,7 +15,7 @@ var (
onChangeOnce sync.Once onChangeOnce sync.Once
) )
// Init makes required connections to DBis and // Init makes required connections to DBus and
// initializes change monitoring channel // initializes change monitoring channel
func Init(ctx context.Context) error { func Init(ctx context.Context) error {
// Connect to session bus for monitoring // Connect to session bus for monitoring