figured out what playsessionid is

This commit is contained in:
KGT1 2020-09-21 04:11:18 +02:00
parent d9f25f816a
commit 4cd4c0c8d0

View File

@ -91,7 +91,7 @@ function getPlaylistItemId(){
} }
function getPlaySessionId(){ 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'; return 'ae2436edc6b91b11d72aeaa67f84e0ea';
} }