mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-07 04:18:48 +02:00
Local media sync events
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user