Update count on getScanStatus

This commit is contained in:
Deluan
2020-11-01 16:37:33 -05:00
parent 3ea5b85b36
commit 8e584ee020
4 changed files with 31 additions and 17 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ type (
ModTime time.Time
HasImages bool
HasPlaylist bool
AudioFilesCount int64
AudioFilesCount uint32
}
walkResults = chan dirStats
)