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