diff options
Diffstat (limited to 'overnight_transcoder.py')
| -rwxr-xr-x | overnight_transcoder.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/overnight_transcoder.py b/overnight_transcoder.py index 6c38724..28048f9 100755 --- a/overnight_transcoder.py +++ b/overnight_transcoder.py @@ -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 |
