]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/videos/nsfw-policy.type.ts
add support for 1440p (Quad HD/QHD/WQHD) videos
[github/Chocobozzz/PeerTube.git] / shared / models / videos / nsfw-policy.type.ts
CommitLineData
0883b324 1export type NSFWPolicyType = 'do_not_list' | 'blur' | 'display'