mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-06-26 10:49:00 +02:00
Add mediaPlayer to playback session
This commit is contained in:
parent
3d3f20296c
commit
c201e2aa98
3 changed files with 11 additions and 3 deletions
|
@ -29,5 +29,6 @@ module.exports.LogLevel = {
|
|||
module.exports.PlayMethod = {
|
||||
DIRECTPLAY: 0,
|
||||
DIRECTSTREAM: 1,
|
||||
TRANSCODE: 2
|
||||
TRANSCODE: 2,
|
||||
LOCAL: 3
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue