mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-10 05:54:47 +02:00
Local media sync events
This commit is contained in:
parent
297eca6a86
commit
8f6dd72df2
15 changed files with 234 additions and 80 deletions
|
@ -104,7 +104,7 @@ Vue.prototype.$secondsToTimestamp = (seconds) => {
|
|||
}
|
||||
|
||||
Vue.prototype.$secondsToTimestampFull = (seconds) => {
|
||||
let _seconds = seconds
|
||||
let _seconds = Math.round(seconds)
|
||||
let _minutes = Math.floor(seconds / 60)
|
||||
_seconds -= _minutes * 60
|
||||
let _hours = Math.floor(_minutes / 60)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue