]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/lib/model-loaders/video.ts
Don't display remove file icon in some cases
[github/Chocobozzz/PeerTube.git] / server / lib / model-loaders / video.ts
index a64389a895785ed50802ef7b8be4db2bd9e87f80..91057d40591a2dd2c7518e9488ec5c4db4e84441 100644 (file)
@@ -8,7 +8,6 @@ import {
   MVideoThumbnail
 } from '@server/types/models'
 
-
 type VideoLoadType = 'for-api' | 'all' | 'only-video' | 'id' | 'none' | 'only-immutable-attributes'
 
 function loadVideo (id: number | string, fetchType: 'for-api', userId?: number): Promise<MVideoFormattableDetails>