mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
identing error... sorry
This commit is contained in:
parent
429904c437
commit
913c5ab47c
@ -145,7 +145,7 @@ class MpdDevice(MediaPlayerDevice):
|
|||||||
title = self.currentsong.get('title', None)
|
title = self.currentsong.get('title', None)
|
||||||
|
|
||||||
if name is None and title is None:
|
if name is None and title is None:
|
||||||
return "None"
|
return "None"
|
||||||
elif name is None:
|
elif name is None:
|
||||||
return title
|
return title
|
||||||
elif title is None:
|
elif title is None:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user