Added Recorder class. Removed poll.js file. Recorder class is now how this keeps track of what to scrobble.

This commit is contained in:
Tom
2024-12-05 08:36:22 +00:00
parent 888e954fd7
commit e5e0853d03
4 changed files with 110 additions and 130 deletions

View File

@ -19,7 +19,6 @@ class Session {
}
set playing(value) {
console.log('playing =', value);
this.#current = value;
}