mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-08 18:31:43 +00:00
Fix various typos
Found via `codespell -L als,autor,mape,mis,te,ue`
This commit is contained in:
parent
c7c21cc137
commit
3837c7301c
17 changed files with 22 additions and 22 deletions
|
|
@ -70,7 +70,7 @@ export default {
|
|||
}
|
||||
},
|
||||
fileTreeToItems(filetree, mediaType) {
|
||||
// Has directores - Is Multi Book Drop
|
||||
// Has directories - Is Multi Book Drop
|
||||
if (filetree.some((f) => f.isDirectory)) {
|
||||
var ignoredFilesInRoot = filetree.filter((f) => !f.isDirectory)
|
||||
if (ignoredFilesInRoot.length) filetree = filetree.filter((f) => f.isDirectory)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue