]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/types/models/server/server.ts
Add video file size info in admin videos list
[github/Chocobozzz/PeerTube.git] / server / types / models / server / server.ts
index f8b053e3b9cc2c2479f371b305f3b60677448b92..876186fc0bde041a2dba060a69da1926b8af3331 100644 (file)
@@ -15,7 +15,7 @@ export type MServerRedundancyAllowed = Pick<MServer, 'redundancyAllowed'>
 
 export type MServerHostBlocks =
   MServerHost &
-  Use<'BlockedByAccounts', MAccountBlocklistId[]>
+  Use<'BlockedBy', MAccountBlocklistId[]>
 
 // ############################################################################