Index: src/routes/admin-audio.js
===================================================================
--- src/routes/admin-audio.js	(revision f2eacca5e0a92d8ef8516530c0a23ecd2b0a78ed)
+++ src/routes/admin-audio.js	(revision e0a1ec1d9cfde10c3acb385c2a8c253a5501b6b9)
@@ -494,4 +494,7 @@
     fields.push('downloadable = ?'); values.push(body.downloadable ? 1 : 0);
   }
+  if (Object.prototype.hasOwnProperty.call(body, 'fedi_open')) {
+    fields.push('fedi_open = ?'); values.push(body.fedi_open ? 1 : 0);
+  }
   if (Object.prototype.hasOwnProperty.call(body, 'credit')) {
     fields.push('credit = ?'); values.push(String(body.credit || '').trim() || null);
