mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-06 11:59:40 +00:00
8 lines
97 B
JavaScript
8 lines
97 B
JavaScript
|
|
|
||
|
|
|
||
|
|
class PlaybackSessionManager {
|
||
|
|
constructor() {
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|
||
|
|
module.exports = PlaybackSessionManager
|