Skip to content

Commit b8a6cd7

Browse files
authored
Update fast-search-card.js
1 parent ef928a7 commit b8a6cd7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dist/fast-search-card.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8135,17 +8135,14 @@ class FastSearchCard extends HTMLElement {
81358135

81368136
// Nur bei echter URL-Änderung updaten
81378137
if (newVideoUrl && currentSrc && !currentSrc.includes(newVideoUrl.split('/').pop())) {
8138-
console.log('Video URL wirklich geändert:', newVideoUrl);
81398138
videoElement.src = newVideoUrl;
81408139
videoElement.load();
81418140

81428141
videoElement.onended = function() {
8143-
console.log('Video beendet! Pausiere jetzt...');
81448142
this.pause();
81458143
this.currentTime = this.duration - 0.1;
81468144
};
81478145
}
8148-
// Wenn Video bereits läuft und korrekte URL hat - NICHTS machen
81498146
}
81508147

81518148
}

0 commit comments

Comments
 (0)