Changeset d727e92 in Klonkt for src/services/PlaylistService.js
- Timestamp:
- 06/20/2026 05:37:42 AM (3 months ago)
- Branches:
- main
- Children:
- a66f691
- Parents:
- 183875b
- File:
-
- 1 edited
-
src/services/PlaylistService.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/services/PlaylistService.js
r183875b rd727e92 104 104 105 105 const mappedTracks = tracks 106 .filter(t => t.filename) // skip orphaned references106 // Link-only tracks (geen media-bestand) blijven in de lijst staan met url ''. 107 107 .map(t => ({ 108 108 id: t.id, … … 114 114 link_youtube: t.link_youtube || '', 115 115 link_soundcloud: t.link_soundcloud || '', 116 url: urlFor ? urlFor(t.filename) : null,116 url: (t.filename && urlFor) ? urlFor(t.filename) : '', 117 117 })); 118 118 // Geen eigen cover? Val terug op de eerste track-cover, zodat de kaart niet leeg is.
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)