mirror of
https://github.com/joshuaboniface/rffmpeg.git
synced 2026-01-23 02:24:03 +00:00
parent
6ea8b23816
commit
6a6c9c4f4a
1 changed files with 3 additions and 0 deletions
3
rffmpeg
3
rffmpeg
|
|
@ -490,6 +490,9 @@ def run_control(config):
|
|||
"""
|
||||
rffmpeg CLI interface
|
||||
"""
|
||||
if not Path(config["state_dir"]).is_dir() or not Path(config["db_path"]).is_file():
|
||||
return
|
||||
|
||||
# List all DB migrations here
|
||||
did_alter_0001AddServername = False
|
||||
# Check conditions for migrations
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue