mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-27 03:31:46 +00:00
update: more self-explanatory UI and fixed online indicator
This commit is contained in:
parent
f62fe9471e
commit
6173570073
2 changed files with 4 additions and 6 deletions
|
|
@ -275,6 +275,7 @@ class MiscController {
|
|||
}
|
||||
var session = {
|
||||
username: user.username,
|
||||
id: user.id,
|
||||
lastSeen: user.lastSeen,
|
||||
latest: {'progress': latestProgress, 'item': latestItem} || null,
|
||||
minutesListened: listeningStats.totalTime || 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue