Add playback subscriber abstraction

This commit is contained in:
Bill Thornton
2024-10-01 13:41:40 -04:00
parent 2442dc6b52
commit 26f7f281cd
7 changed files with 209 additions and 1 deletions
+1 -1
View File
@@ -687,7 +687,7 @@ function sortPlayerTargets(a, b) {
return aVal.localeCompare(bVal);
}
class PlaybackManager {
export class PlaybackManager {
constructor() {
const self = this;