Merge pull request #3075 from wikrin/v2

This commit is contained in:
jxxghp
2024-11-12 22:25:53 +08:00
committed by GitHub
+1 -1
View File
@@ -32,7 +32,7 @@ class ManualTransferItem(BaseModel):
episode_format: Optional[str] = None, episode_format: Optional[str] = None,
episode_detail: Optional[str] = None, episode_detail: Optional[str] = None,
episode_part: Optional[str] = None, episode_part: Optional[str] = None,
episode_offset: Optional[int] = 0, episode_offset: Optional[str] = None,
min_filesize: Optional[int] = 0, min_filesize: Optional[int] = 0,
scrape: bool = False, scrape: bool = False,
from_history: bool = False from_history: bool = False