mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Create a dedicated table to track video thumbnails
This commit is contained in:
@@ -11,7 +11,7 @@ export interface PlaylistObject {
|
||||
totalItems: number
|
||||
attributedTo: string[]
|
||||
|
||||
icon: ActivityIconObject
|
||||
icon?: ActivityIconObject
|
||||
|
||||
published: string
|
||||
updated: string
|
||||
|
||||
4
shared/models/videos/thumbnail.type.ts
Normal file
4
shared/models/videos/thumbnail.type.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export enum ThumbnailType {
|
||||
THUMBNAIL = 1,
|
||||
PREVIEW = 2
|
||||
}
|
||||
Reference in New Issue
Block a user