mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-06-29 20:15:04 +02:00
Add:Button for testing scan probes in audiobook tracks table
This commit is contained in:
parent
d22b475539
commit
c254dc5144
6 changed files with 80 additions and 3 deletions
|
@ -289,5 +289,10 @@ class MediaFileScanner {
|
|||
|
||||
return hasUpdated
|
||||
}
|
||||
|
||||
probeAudioFileWithTone(audioFile) {
|
||||
Logger.debug(`[MediaFileScanner] using tone to probe audio file "${audioFile.metadata.path}"`)
|
||||
return toneProber.rawProbe(audioFile.metadata.path)
|
||||
}
|
||||
}
|
||||
module.exports = new MediaFileScanner()
|
Loading…
Add table
Add a link
Reference in a new issue