mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2024-12-20 19:06:06 +01:00
Correct the libraryTags variable
This commit is contained in:
parent
a08cfa436e
commit
e345c4cc9e
@ -24,7 +24,7 @@ class NotificationManager {
|
||||
libraryItemId: libraryItem.id,
|
||||
libraryId: libraryItem.libraryId,
|
||||
libraryName: library ? library.name : 'Unknown',
|
||||
libraryTags: libraryItem.tags,
|
||||
libraryTags: libraryItem.media.tags,
|
||||
podcastTitle: libraryItem.media.metadata.title,
|
||||
episodeId: episode.id,
|
||||
episodeTitle: episode.title
|
||||
@ -111,4 +111,4 @@ class NotificationManager {
|
||||
})
|
||||
}
|
||||
}
|
||||
module.exports = NotificationManager
|
||||
module.exports = NotificationManager
|
||||
|
Loading…
Reference in New Issue
Block a user