mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-02 21:44:56 +02:00
Fix:Ordering newly scanned in audio tracks properly #823
This commit is contained in:
parent
d11f9608b4
commit
2b91bff1af
2 changed files with 11 additions and 3 deletions
|
@ -111,6 +111,10 @@ class AudioFile {
|
|||
}
|
||||
}
|
||||
|
||||
get isValidTrack() {
|
||||
return !this.invalid && !this.exclude
|
||||
}
|
||||
|
||||
// New scanner creates AudioFile from MediaFileScanner
|
||||
setDataFromProbe(libraryFile, probeData) {
|
||||
this.ino = libraryFile.ino || null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue