dont crash
This commit is contained in:
@@ -354,7 +354,7 @@ def pick_audio_settings(info: dict) -> dict:
|
||||
}
|
||||
|
||||
|
||||
|
||||
def get_cached_file(conn: sqlite3.Connection, filepath: str, size: int, mtime: float) -> Optional[dict]:
|
||||
"""Get cached file info if file hasn't changed. Returns dict or None."""
|
||||
cursor = conn.execute(
|
||||
"""SELECT video_codec, audio_codec, is_hevc, status
|
||||
|
||||
Reference in New Issue
Block a user