Changeset 71e8fa5 in Klonkt for src/assets/js/audio-player.js
- Timestamp:
- 06/20/2026 04:28:31 AM (3 months ago)
- Branches:
- main
- Children:
- e056e56
- Parents:
- d43ea3f
- File:
-
- 1 edited
-
src/assets/js/audio-player.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/assets/js/audio-player.js
rd43ea3f r71e8fa5 419 419 if (t.ytList) { 420 420 const idx = t.ytIndex || 0; 421 if (autoplay) p.loadPlaylist({ list: t.ytList, index: idx }); else p.cuePlaylist({ list: t.ytList, index: idx }); 421 // listType:'playlist' is vereist voor de object-vorm; zonder dit laadt 422 // (en speelt) de afspeellijst niet betrouwbaar. 423 if (autoplay) p.loadPlaylist({ listType: 'playlist', list: t.ytList, index: idx }); 424 else p.cuePlaylist({ listType: 'playlist', list: t.ytList, index: idx }); 422 425 } else { 423 426 if (autoplay) p.loadVideoById(t.yt); else p.cueVideoById(t.yt);
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)