Library scanner saves last scan info including metadata precedence. Remove force re-scan

This commit is contained in:
advplyr 2023-10-09 17:48:21 -05:00
parent f84634e978
commit c9a2fdcb29
4 changed files with 35 additions and 10 deletions

View file

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