mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-23 12:16:10 +02:00
Rebuilding audio player and handling playback sessions in android. Moving all logic natively
This commit is contained in:
parent
314dc960f2
commit
f70f707100
19 changed files with 180 additions and 596 deletions
|
@ -15,10 +15,18 @@ const BookCoverAspectRatio = {
|
|||
SQUARE: 1
|
||||
}
|
||||
|
||||
const PlayMethod = {
|
||||
DIRECTPLAY: 0,
|
||||
DIRECTSTREAM: 1,
|
||||
TRANSCODE: 2,
|
||||
LOCAL: 3
|
||||
}
|
||||
|
||||
const Constants = {
|
||||
DownloadStatus,
|
||||
CoverDestination,
|
||||
BookCoverAspectRatio
|
||||
BookCoverAspectRatio,
|
||||
PlayMethod
|
||||
}
|
||||
|
||||
export default ({ app }, inject) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue