mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +00:00
dat slash
This commit is contained in:
parent
2b6e0da405
commit
705238eb78
@ -206,7 +206,7 @@ class ItunesDevice(MediaPlayerDevice):
|
|||||||
self.current_title is not None:
|
self.current_title is not None:
|
||||||
return self.client.artwork_url()
|
return self.client.artwork_url()
|
||||||
else:
|
else:
|
||||||
return 'https://cloud.githubusercontent.com/assets/260/9829355'
|
return 'https://cloud.githubusercontent.com/assets/260/9829355' \
|
||||||
'/33fab972-58cf-11e5-8ea2-2ca74bdaae40.png'
|
'/33fab972-58cf-11e5-8ea2-2ca74bdaae40.png'
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
Loading…
x
Reference in New Issue
Block a user