mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +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)
|
||||
|
||||
if name is None and title is None:
|
||||
return "None"
|
||||
return "None"
|
||||
elif name is None:
|
||||
return title
|
||||
elif title is None:
|
||||
|
Loading…
x
Reference in New Issue
Block a user