mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 21:25:13 +02:00
identing error... sorry
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user