Changeset a66f691 in Klonkt for src/services/AudioEmbedService.js
- Timestamp:
- 06/20/2026 05:43:49 AM (3 months ago)
- Branches:
- main
- Children:
- 903f10b
- Parents:
- d727e92
- File:
-
- 1 edited
-
src/services/AudioEmbedService.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/services/AudioEmbedService.js
rd727e92 ra66f691 276 276 // Link-only track (geen audiobestand): geen afspeelknop, wel info + open-in. 277 277 if (!t.url) { 278 const coverH0 = this.escape(t.cover || ''); 279 const leader0 = coverH0 280 ? `<span class="pat-noplay pat-noplay--cover" style="background-image:url('${coverH0}')" aria-hidden="true"></span>` 281 : `<span class="pat-noplay" aria-hidden="true"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"><path d="M9 18V5l12-2v13"/><circle cx="6" cy="18" r="3"/><circle cx="18" cy="16" r="3"/></svg></span>`; 278 282 return `<div class="post-audio-track post-audio-track--static" id="track-${id}"> 279 <span class="pat-noplay" aria-hidden="true"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"><path d="M9 18V5l12-2v13"/><circle cx="6" cy="18" r="3"/><circle cx="18" cy="16" r="3"/></svg></span>283 ${leader0} 280 284 <div class="pat-info"> 281 285 <div class="pat-title">${titleH0}</div>
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)