Skip to content

Commit c62f736

Browse files
authored
Update fast-search-card.js
1 parent 97b3800 commit c62f736

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist/fast-search-card.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8353,7 +8353,7 @@ class FastSearchCard extends HTMLElement {
83538353
case 'media_player':
83548354
return this.getMediaTimerPresets();
83558355
case 'cover':
8356-
return this.getCoverTimerPresets();
8356+
return this.getCoverTimerPresets(item);
83578357
case 'switch':
83588358
return this.getSwitchTimerPresets();
83598359
default:
@@ -8478,7 +8478,7 @@ class FastSearchCard extends HTMLElement {
84788478
`;
84798479
}
84808480

8481-
getCoverTimerPresets() {
8481+
getCoverTimerPresets(item) {
84828482
return `
84838483
<button class="timer-control-preset" data-action="open" title="Öffnen">
84848484
${this.getCoverActionSVG('open', item)}

0 commit comments

Comments
 (0)