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