Clean out old unused objects

This commit is contained in:
advplyr 2024-09-03 17:04:58 -05:00 committed by Nicholas Wallace
parent eec3d0bdbf
commit e90ef81b70
29 changed files with 180 additions and 1540 deletions

View file

@ -264,7 +264,6 @@ export default {
libraryItems.forEach((item) => {
let subtitle = ''
if (item.mediaType === 'book') subtitle = item.media.metadata.authors.map((au) => au.name).join(', ')
else if (item.mediaType === 'music') subtitle = item.media.metadata.artists.join(', ')
queueItems.push({
libraryItemId: item.id,
libraryId: item.libraryId,