We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70c279e commit 2832fefCopy full SHA for 2832fef
Snatch.py
@@ -63,6 +63,8 @@ def _run_background_init(config: dict) -> None:
63
global _ffmpeg_validated, _background_init_complete, _config_updates_available, _update_messages
64
65
try:
66
+ # Initialize _update_messages to an empty list if we're going to use it
67
+ global _ffmpeg_validated, _background_init_complete, _config_updates_available, _update_messages
68
# Check if FFmpeg version is outdated by comparing version number
69
if config.get('ffmpeg_location') and validate_ffmpeg_path(config['ffmpeg_location']):
70
_ffmpeg_validated = True
0 commit comments