feat: dynamic search

This commit is contained in:
Benexl
2025-07-26 12:38:47 +03:00
parent 98c2fef8cd
commit 48e906e464
10 changed files with 725 additions and 70 deletions

View File

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