Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion thrift/src/main/thrift/atoms/media.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ enum PrivacyStatus {
enum VideoPlayerFormat {
DEFAULT = 0, // non-autoplay, non-looping, vanilla player with typical set of controls
LOOP = 1, // autoplay, looping, has progress bar and controls etc
CINEMAGRAPH = 2 // acts like a gif i.e. autoplay, looping, no controls
CINEMAGRAPH = 2, // acts like a gif i.e. autoplay, looping, no controls
PODCAST = 3 // much like default, but mp4 of audio only is available
}

struct Asset {
Expand Down
Loading