mirror of
https://github.com/SEPPDROID/JellyCAT.git
synced 2025-10-27 02:14:21 +00:00
0.1.4
This commit is contained in:
@@ -20,7 +20,7 @@ function printSessionStorage() {
|
||||
function printLocalStorage() {
|
||||
console.log("======== Printing ATV Local storage ===========")
|
||||
|
||||
var keys = ['test', 'jellyfin_server_address', 'jellyfin_username', 'jellyfin_password', 'jellyfin_serverid', 'jellyfin_authtoken', 'jellyfin_loggedin'];
|
||||
var keys = ['test', 'jellyfin_server_address', 'jellyfin_username', 'jellyfin_password', 'jellyfin_serverid', 'jellyfin_authtoken', 'jellyfin_loggedin', 'jellyfin_user_id'];
|
||||
|
||||
keys.forEach(function(key) {
|
||||
var value = atv.localStorage.getItem(key);
|
||||
|
||||
Reference in New Issue
Block a user