mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-08 23:04:51 +02:00
New data model play media entity, PlaybackSessionManager
This commit is contained in:
@ -24,11 +24,18 @@ const BookshelfView = {
|
||||
TITLES: 1
|
||||
}
|
||||
|
||||
const PlayMethod = {
|
||||
DIRECTPLAY: 0,
|
||||
DIRECTSTREAM: 1,
|
||||
TRANSCODE: 2
|
||||
}
|
||||
|
||||
const Constants = {
|
||||
SupportedFileTypes,
|
||||
DownloadStatus,
|
||||
BookCoverAspectRatio,
|
||||
BookshelfView
|
||||
BookshelfView,
|
||||
PlayMethod
|
||||
}
|
||||
|
||||
const KeyNames = {
|
||||
|
Reference in New Issue
Block a user