mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-06-21 16:39:13 +02:00
8 lines
97 B
JavaScript
8 lines
97 B
JavaScript
|
|
||
|
|
||
|
class PlaybackSessionManager {
|
||
|
constructor() {
|
||
|
|
||
|
}
|
||
|
}
|
||
|
module.exports = PlaybackSessionManager
|