refactor(main): improve app structure and UI

This commit is contained in:
game-loader
2025-06-20 15:01:39 +08:00
parent b33ad5e876
commit 427eca08d0
6 changed files with 514 additions and 1370 deletions

View File

@@ -10,7 +10,7 @@ except ImportError:
# Check for MoviePy availability for audio extraction
try:
from moviepy.editor import VideoFileClip
from moviepy import VideoFileClip
MOVIEPY_AVAILABLE = True
except ImportError:
MOVIEPY_AVAILABLE = False