Example #1
0
def notify_status(client):
    if notify:
        util.notify_status(client)
Example #2
0
 def refresh(self):
     xbmc.executebuiltin('Container.Refresh')
     util.notify_status(self.mpd)
Example #3
0
def notify_status(client):
    if notify:
        util.notify_status(client)
Example #4
0
 def refresh(self):
     xbmc.executebuiltin('Container.Refresh')
     util.notify_status(self.mpd)