From 98d02d0b89602f6f2665dc7c4a8e534b6b90dee9 Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Sat, 6 Nov 2021 21:58:30 -0800 Subject: [PATCH] Add missing column to sessions table --- plexpy/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plexpy/__init__.py b/plexpy/__init__.py index 2bc1bd7c..151cabe7 100644 --- a/plexpy/__init__.py +++ b/plexpy/__init__.py @@ -652,7 +652,8 @@ def dbcheck(): 'live INTEGER, live_uuid TEXT, channel_call_sign TEXT, channel_identifier TEXT, channel_thumb TEXT, ' 'secure INTEGER, relayed INTEGER, ' 'buffer_count INTEGER DEFAULT 0, buffer_last_triggered INTEGER, last_paused INTEGER, watched INTEGER DEFAULT 0, ' - 'initial_stream INTEGER DEFAULT 1, write_attempts INTEGER DEFAULT 0, raw_stream_info TEXT)' + 'initial_stream INTEGER DEFAULT 1, write_attempts INTEGER DEFAULT 0, raw_stream_info TEXT, ' + 'rating_key_websocket TEXT)' ) # sessions_continued table :: This is a temp table that keeps track of continued streaming sessions