]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/overviews/videos-overview.ts
Add hardware information in instance config
[github/Chocobozzz/PeerTube.git] / shared / models / overviews / videos-overview.ts
index ee009d94c7fac8d395ed15299ae18b50add1e4a2..e725f166bbce01485ac05572c77b063c8bf91ffd 100644 (file)
@@ -1,8 +1,8 @@
-import { Video, VideoChannelAttribute, VideoConstant } from '../videos'
+import { Video, VideoChannelSummary, VideoConstant } from '../videos'
 
 export interface VideosOverview {
   channels: {
-    channel: VideoChannelAttribute
+    channel: VideoChannelSummary
     videos: Video[]
   }[]