Unify name in all files and resources
This commit is contained in:
parent
75496a7a1e
commit
abec42b9ea
9 changed files with 14 additions and 16 deletions
|
|
@ -1,7 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
"""MPDCoverGrid is a client for the Music Player Daemon, focusing on albums instead of single tracks."""
|
||||
|
||||
|
||||
import sys
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ from mcg import client
|
|||
|
||||
|
||||
class ZeroconfProvider(client.Base):
|
||||
KEYRING_SYSTEM = 'MPDCoverGrid'
|
||||
KEYRING_SYSTEM = 'mcg'
|
||||
KEYRING_USERNAME = 'mpd'
|
||||
SIGNAL_SERVICE_NEW = 'service-new'
|
||||
TYPE = '_mpd._tcp'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue