fix: 修复视频播放问题
This commit is contained in:
@@ -28,7 +28,7 @@ class Settings(BaseSettings):
|
||||
project_root: Path = Path(__file__).parent.parent
|
||||
temp_dir: Path = Field(default_factory=lambda: Path.home() / ".mixvideo" / "temp")
|
||||
cache_dir: Path = Field(default_factory=lambda: Path.home() / ".mixvideo" / "cache")
|
||||
projects_dir: Path = Field(default_factory=lambda: Path.home() / "MixVideo Projects")
|
||||
projects_dir: Path = Field(default_factory=lambda: Path.home() / "MixVideoProjects")
|
||||
|
||||
# Video Processing
|
||||
max_video_resolution: str = "1920x1080"
|
||||
|
||||
Reference in New Issue
Block a user