mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-03-03 06:29:42 +00:00
Add rescan feature
This commit is contained in:
parent
d358b82b17
commit
e433cf9c05
4 changed files with 55 additions and 11 deletions
|
|
@ -566,7 +566,7 @@ export default {
|
|||
text: this.$strings.HeaderMatch
|
||||
})
|
||||
}
|
||||
if (this.userIsAdminOrUp && !this.isFile) {
|
||||
if ((this.userIsAdminOrUp || this.userCanDelete) && !this.isFile) {
|
||||
items.push({
|
||||
func: 'rescan',
|
||||
text: this.$strings.ButtonReScan
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue