mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 09:16:38 +00:00
Lint
This commit is contained in:
parent
a767765c5b
commit
2652823d35
@ -1 +1 @@
|
||||
Subproject commit d5c894436fcdf888d08a1a58d64faba57023fe53
|
||||
Subproject commit 76f05f15fda7bcb15c43f9f529e3fdb8adc92d98
|
@ -246,7 +246,7 @@ Polymer({
|
||||
this.updatePlaybackPosition = this.updatePlaybackPosition.bind(this);
|
||||
},
|
||||
|
||||
playerObjChanged: function (playerObj, oldPlayerObj) {
|
||||
playerObjChanged: function (playerObj) {
|
||||
var picture = playerObj.stateObj.attributes.entity_picture;
|
||||
if (picture) {
|
||||
this.$.cover.style.backgroundImage = 'url(' + picture + ')';
|
||||
@ -266,7 +266,7 @@ Polymer({
|
||||
}
|
||||
},
|
||||
|
||||
updatePlaybackPosition: function (playerObj) {
|
||||
updatePlaybackPosition: function () {
|
||||
this.playbackPosition = this.playerObj.currentProgress;
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user