feat: add scheduled and unlisted

This commit is contained in:
Thomas Zarebczan 2022-11-01 16:59:07 -04:00
parent 77944ba3af
commit fa55e82bc1
No known key found for this signature in database
GPG key ID: 767B41E1BB7346F2

View file

@ -435,6 +435,9 @@ const (
LegacyPurchaseContentTag = SpecialContentType("purchase:")
LegacyRentalContentTag = SpecialContentType("rental:")
LegacyPreorderContentTag = SpecialContentType("preorder:")
ScheduledShowContentTag = SpecialContentType("c:scheduled:show")
ScheduledHideContentTag = SpecialContentType("c:scheduled:hide")
UnlistedContentTag = SpecialContentType("c:unlisted")
)
type SpecialContentType string