mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-12 08:29:05 +02:00
Add:User listening sessions page, Update:Listening sessions to save media times and device info
This commit is contained in:
@ -57,6 +57,7 @@ Vue.prototype.$elapsedPretty = (seconds, useFullNames = false) => {
|
||||
}
|
||||
|
||||
Vue.prototype.$secondsToTimestamp = (seconds) => {
|
||||
if (!seconds) return '0:00'
|
||||
var _seconds = seconds
|
||||
var _minutes = Math.floor(seconds / 60)
|
||||
_seconds -= _minutes * 60
|
||||
|
Reference in New Issue
Block a user