Changeset 084d1c0 in Klonkt for src/routes/admin-audio.js
- Timestamp:
- 06/30/2026 02:10:36 AM (2 months ago)
- Branches:
- main
- Children:
- e0a1ec1
- Parents:
- f2eacca
- File:
-
- 1 edited
-
src/routes/admin-audio.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/routes/admin-audio.js
rf2eacca r084d1c0 494 494 fields.push('downloadable = ?'); values.push(body.downloadable ? 1 : 0); 495 495 } 496 if (Object.prototype.hasOwnProperty.call(body, 'fedi_open')) { 497 fields.push('fedi_open = ?'); values.push(body.fedi_open ? 1 : 0); 498 } 496 499 if (Object.prototype.hasOwnProperty.call(body, 'credit')) { 497 500 fields.push('credit = ?'); values.push(String(body.credit || '').trim() || null);
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)