Initial UI design

This commit is contained in:
2026-04-23 00:16:50 -04:00
parent 6ad8ced5bb
commit 6d820e01fd
4 changed files with 69 additions and 33 deletions

View File

@@ -65,7 +65,7 @@ function callAPI(fullURL, apiKey, isJellyfin, trackedUser, sleepTimestamp) {
});
}
if (lastWatched != "") {
console.log("Last watched: " + lastWatched);
//console.log("Last watched: " + lastWatched);
var dict = { 'PKJS_LAST_WATCHED': lastWatched }
Pebble.sendAppMessage(dict);
}