Skip to content

Commit c961a47

Browse files
authored
Update fast-search-card.js
1 parent 061e210 commit c961a47

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dist/fast-search-card.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12406,6 +12406,10 @@ class FastSearchCard extends HTMLElement {
1240612406

1240712407
// ⏸️ SMART PAUSE PLAYER (Hierarchie mit Fallbacks)
1240812408
async smartPausePlayer(entityId) {
12409+
// Temporär zum Debugging - fügen Sie das in smartPausePlayer() ganz oben hinzu:
12410+
console.log('🔍 Available services:', Object.keys(this._hass.services));
12411+
console.log('🔍 Music Assistant services:', this._hass.services.music_assistant);
12412+
1240912413
console.log('⏸️ Smart pausing player...');
1241012414

1241112415
const pauseMethods = [

0 commit comments

Comments
 (0)