feat: add scheduled and unlisted
This commit is contained in:
parent
77944ba3af
commit
fa55e82bc1
1 changed files with 3 additions and 0 deletions
|
@ -435,6 +435,9 @@ const (
|
||||||
LegacyPurchaseContentTag = SpecialContentType("purchase:")
|
LegacyPurchaseContentTag = SpecialContentType("purchase:")
|
||||||
LegacyRentalContentTag = SpecialContentType("rental:")
|
LegacyRentalContentTag = SpecialContentType("rental:")
|
||||||
LegacyPreorderContentTag = SpecialContentType("preorder:")
|
LegacyPreorderContentTag = SpecialContentType("preorder:")
|
||||||
|
ScheduledShowContentTag = SpecialContentType("c:scheduled:show")
|
||||||
|
ScheduledHideContentTag = SpecialContentType("c:scheduled:hide")
|
||||||
|
UnlistedContentTag = SpecialContentType("c:unlisted")
|
||||||
)
|
)
|
||||||
|
|
||||||
type SpecialContentType string
|
type SpecialContentType string
|
||||||
|
|
Loading…
Reference in a new issue