feat(media-api): media reviews

This commit is contained in:
Benexl
2025-07-28 02:13:10 +03:00
parent 58618bd82d
commit 5a869060d8
15 changed files with 483 additions and 37 deletions

View File

@@ -41,6 +41,7 @@ class MenuName(Enum):
MEDIA_ACTIONS = "MEDIA_ACTIONS"
DOWNLOADS = "DOWNLOADS"
DYNAMIC_SEARCH = "DYNAMIC_SEARCH"
MEDIA_REVIEW = "MEDIA_REVIEW"
class StateModel(BaseModel):