mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-04-16 23:14:11 +02: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