Added Recorder class. Removed poll.js file. Recorder class is now how this keeps track of what to scrobble.
This commit is contained in:
@ -19,7 +19,6 @@ class Session {
|
||||
}
|
||||
|
||||
set playing(value) {
|
||||
console.log('playing =', value);
|
||||
this.#current = value;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user