identing error... sorry

This commit is contained in:
Richard Arends 2015-12-30 13:26:42 +01:00
parent 429904c437
commit 913c5ab47c

View File

@ -145,7 +145,7 @@ class MpdDevice(MediaPlayerDevice):
title = self.currentsong.get('title', None)
if name is None and title is None:
return "None"
return "None"
elif name is None:
return title
elif title is None: