Set description when quick matching media

This commit is contained in:
Selfhost Alt 2022-04-22 23:19:46 -07:00
parent 5d12cc3f23
commit 4b60b4f73e

View File

@ -642,7 +642,7 @@ class Scanner {
}
// Update media metadata if not set OR overrideDetails flag
const detailKeysToUpdate = ['title', 'subtitle', 'narrator', 'publisher', 'publishedYear', 'asin', 'isbn']
const detailKeysToUpdate = ['title', 'subtitle', 'description', 'narrator', 'publisher', 'publishedYear', 'asin', 'isbn']
const updatePayload = {}
for (const key in matchData) {
if (matchData[key] && detailKeysToUpdate.includes(key)) {