mirror of
https://github.com/home-assistant/frontend.git
synced 2025-12-20 02:38:53 +00:00
Lint
This commit is contained in:
Submodule home-assistant-js updated: d5c894436f...76f05f15fd
@@ -246,7 +246,7 @@ Polymer({
|
|||||||
this.updatePlaybackPosition = this.updatePlaybackPosition.bind(this);
|
this.updatePlaybackPosition = this.updatePlaybackPosition.bind(this);
|
||||||
},
|
},
|
||||||
|
|
||||||
playerObjChanged: function (playerObj, oldPlayerObj) {
|
playerObjChanged: function (playerObj) {
|
||||||
var picture = playerObj.stateObj.attributes.entity_picture;
|
var picture = playerObj.stateObj.attributes.entity_picture;
|
||||||
if (picture) {
|
if (picture) {
|
||||||
this.$.cover.style.backgroundImage = 'url(' + picture + ')';
|
this.$.cover.style.backgroundImage = 'url(' + picture + ')';
|
||||||
@@ -266,7 +266,7 @@ Polymer({
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
updatePlaybackPosition: function (playerObj) {
|
updatePlaybackPosition: function () {
|
||||||
this.playbackPosition = this.playerObj.currentProgress;
|
this.playbackPosition = this.playerObj.currentProgress;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user