mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 13:47:35 +00:00
STYLE!!!!
This commit is contained in:
parent
34dee0c134
commit
f41786d893
@ -117,6 +117,7 @@ class Itunes(object):
|
|||||||
# pylint: disable=abstract-method
|
# pylint: disable=abstract-method
|
||||||
# pylint: disable=too-many-instance-attributes
|
# pylint: disable=too-many-instance-attributes
|
||||||
|
|
||||||
|
|
||||||
def setup_platform(hass, config, add_devices, discovery_info=None):
|
def setup_platform(hass, config, add_devices, discovery_info=None):
|
||||||
""" Sets up the itunes platform. """
|
""" Sets up the itunes platform. """
|
||||||
|
|
||||||
@ -221,8 +222,8 @@ 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
|
||||||
def media_title(self):
|
def media_title(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user