Update plexdb.py
This commit is contained in:
@@ -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,))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user