Add rescan feature

This commit is contained in:
Tiberiu Ichim 2026-02-06 14:25:20 +02:00
parent d358b82b17
commit e433cf9c05
4 changed files with 55 additions and 11 deletions

View file

@ -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