mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-02-20 13:53:19 +01:00
Fix filePathToPOSIX used in scan, updates for music track page
This commit is contained in:
@@ -112,7 +112,7 @@ class Podcast {
|
||||
return false
|
||||
}
|
||||
get duration() {
|
||||
var total = 0
|
||||
let total = 0
|
||||
this.episodes.forEach((ep) => total += ep.duration)
|
||||
return total
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user