Changeset 21522ae in Klonkt for src/routes/admin-playlists.js
- Timestamp:
- 05/20/2026 10:14:01 PM (4 months ago)
- Branches:
- main
- Children:
- 353c39c
- Parents:
- 46f23fd
- git-author:
- Robin Genis <roboburr@…> (05/20/2026 10:13:26 PM)
- git-committer:
- Robin Genis <roboburr@…> (05/20/2026 10:14:01 PM)
- File:
-
- 1 edited
-
src/routes/admin-playlists.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/routes/admin-playlists.js
r46f23fd r21522ae 112 112 if (!site) return res.status(404).json({ error: 'Site required' }); 113 113 114 // Editor needs the raw track-id list (not s igned URLs) — pass no signUrl.114 // Editor needs the raw track-id list (not stream URLs) — pass no urlFor. 115 115 const playlist = PlaylistService.get(site.id, req.params.id, null); 116 116 if (!playlist) return res.status(404).json({ error: 'Playlist niet gevonden' });
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)