mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 09:14:35 +02:00
@@ -262,13 +262,6 @@ class ItemExtension(BaseModel):
|
||||
commit_date: str | int = Field(title="Commit Date", description="Extension Repository Commit Date")
|
||||
enabled: bool = Field(title="Enabled", description="Flag specifying whether this extension is enabled")
|
||||
|
||||
class ItemFolder(BaseModel):
|
||||
path: str = Field(title="Path", description="Full path to the folder")
|
||||
label: str = Field(title="Label", description="Display label for the folder")
|
||||
|
||||
class ItemWildcard(BaseModel):
|
||||
name: str = Field(title="Name", description="Wildcard basename (relative path with .txt stripped)")
|
||||
|
||||
class ItemScheduler(BaseModel):
|
||||
name: str = Field(title="Name", description="Scheduler name")
|
||||
cls: str = Field(title="Class", description="Scheduler class name")
|
||||
|
||||
Reference in New Issue
Block a user