mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-23 02:58:19 +02:00
Add:User listening sessions page, Update:Listening sessions to save media times and device info
This commit is contained in:
parent
54663f0f01
commit
f002532c1e
12 changed files with 466 additions and 20 deletions
|
@ -28,7 +28,8 @@ const BookshelfView = {
|
|||
const PlayMethod = {
|
||||
DIRECTPLAY: 0,
|
||||
DIRECTSTREAM: 1,
|
||||
TRANSCODE: 2
|
||||
TRANSCODE: 2,
|
||||
LOCAL: 3
|
||||
}
|
||||
|
||||
const Constants = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue