mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-24 04:17:45 +01:00
Update notifiers.py
This commit is contained in:
@@ -269,7 +269,8 @@ class LMS:
|
||||
return
|
||||
|
||||
def update(self):
|
||||
hosts = [x.strip() for x in self.hosts.split(',')]
|
||||
|
||||
hosts = [x.strip() for x in self.hosts.split(',')]
|
||||
|
||||
for host in hosts:
|
||||
logger.info('Sending library rescan command to LMS @ '+host)
|
||||
|
||||
Reference in New Issue
Block a user