mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-09 07:14:52 +02:00
New data model migration for users, bookmarks and playback sessions
This commit is contained in:
@ -25,3 +25,9 @@ module.exports.LogLevel = {
|
||||
FATAL: 5,
|
||||
NOTE: 6
|
||||
}
|
||||
|
||||
module.exports.PlayMethod = {
|
||||
DIRECTPLAY: 0,
|
||||
DIRECTSTREAM: 1,
|
||||
TRANSCODE: 2
|
||||
}
|
Reference in New Issue
Block a user