mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-09 05:18:40 +02:00
Rebuilding audio player and handling playback sessions in android. Moving all logic natively
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user