]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/videos/video.model.ts
Refactor how we use icons
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video.model.ts
index 4a9fa58b109792a7b4b57958a0a2eb04d3d538c8..022876a0bffe83c66af02018fbc8c2e84378f83c 100644 (file)
@@ -24,7 +24,7 @@ export interface VideoChannelAttribute {
   displayName: string
   url: string
   host: string
-  avatar: Avatar
+  avatar?: Avatar
 }
 
 export interface AccountAttribute {
@@ -34,7 +34,7 @@ export interface AccountAttribute {
   displayName: string
   url: string
   host: string
-  avatar: Avatar
+  avatar?: Avatar
 }
 
 export interface Video {