From 4cd4c0c8d03f3d9252e5e71dd17e5ee829eed49a Mon Sep 17 00:00:00 2001 From: KGT1 Date: Mon, 21 Sep 2020 04:11:18 +0200 Subject: [PATCH] figured out what playsessionid is --- src/playbackmanager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/playbackmanager.js b/src/playbackmanager.js index e492b35..3bb4d2a 100644 --- a/src/playbackmanager.js +++ b/src/playbackmanager.js @@ -91,7 +91,7 @@ function getPlaylistItemId(){ } function getPlaySessionId(){ - //really need to figure out what this is and how to get it + //i think its just a number which you dont need to retrieve but need to report return 'ae2436edc6b91b11d72aeaa67f84e0ea'; }