Changeset 7090fd2 in Klonkt for src/routes
- Timestamp:
- 08/16/2026 02:12:14 PM (3 weeks ago)
- Branches:
- main
- Children:
- 9026de5
- Parents:
- aebde2b
- File:
-
- 1 edited
-
src/routes/activitypub.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/routes/activitypub.js
raebde2b r7090fd2 1202 1202 const site = publicSite(req.params.slug); 1203 1203 if (!site) return res.status(404).end(); 1204 const pl = db.prepare('SELECT id, title, artist, year, cover_url, kind FROM playlists WHERE id = ? AND site_id = ?')1204 const pl = db.prepare('SELECT id, title, artist, year, cover_url, kind, release_date, mb_release_id, created_at FROM playlists WHERE id = ? AND site_id = ?') 1205 1205 .get(req.params.id, site.id); 1206 1206 if (!pl) return res.status(404).end();
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)