mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-03 17:54:54 +02:00
Correct the libraryTags variable
This commit is contained in:
parent
a08cfa436e
commit
e345c4cc9e
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue