Index: src/routes/admin-audio.js
===================================================================
--- src/routes/admin-audio.js	(revision f2eacca5e0a92d8ef8516530c0a23ecd2b0a78ed)
+++ src/routes/admin-audio.js	(revision 084d1c01710677dc82d3a088187a7e04686895a8)
@@ -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);
