diff --git a/plexdb.py b/plexdb.py index c6c6ba1..0f24a4b 100644 --- a/plexdb.py +++ b/plexdb.py @@ -33,7 +33,7 @@ def run_db_injection(db_path): cursor.execute(""" UPDATE media_items SET width=1920, height=1080, duration=7200000, container='mkv', video_codec='h264', audio_codec='aac', - aspect_ratio=1.77, video_frame_rate='24p', size=112 + video_frame_rate='24p', size=112 WHERE id = ? """, (item_id,))