]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/helpers/audit-logger.ts
Add downloadingEnabled property to video model
[github/Chocobozzz/PeerTube.git] / server / helpers / audit-logger.ts
index 00311fce13dbf7b6a5b0a81e15cd487932845ae6..d2c9aee0188277cce5c3cb392452943f9bad9686 100644 (file)
@@ -117,7 +117,8 @@ const videoKeysToKeep = [
   'channel-uuid',
   'channel-name',
   'support',
-  'commentsEnabled'
+  'commentsEnabled',
+  'downloadingEnabled'
 ]
 class VideoAuditView extends EntityAuditView {
   constructor (private video: VideoDetails) {