mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-06-24 01:39:24 +02:00
Library scanner saves last scan info including metadata precedence. Remove force re-scan
This commit is contained in:
parent
f84634e978
commit
c9a2fdcb29
4 changed files with 35 additions and 10 deletions
|
@ -74,11 +74,6 @@ export default {
|
|||
}
|
||||
]
|
||||
if (this.isBookLibrary) {
|
||||
items.push({
|
||||
text: this.$strings.ButtonForceReScan,
|
||||
action: 'force-rescan',
|
||||
value: 'force-rescan'
|
||||
})
|
||||
items.push({
|
||||
text: this.$strings.ButtonMatchBooks,
|
||||
action: 'match-books',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue