mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-17 17:29:37 +00: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,
|
libraryItemId: libraryItem.id,
|
||||||
libraryId: libraryItem.libraryId,
|
libraryId: libraryItem.libraryId,
|
||||||
libraryName: library ? library.name : 'Unknown',
|
libraryName: library ? library.name : 'Unknown',
|
||||||
libraryTags: libraryItem.tags,
|
libraryTags: libraryItem.media.tags,
|
||||||
podcastTitle: libraryItem.media.metadata.title,
|
podcastTitle: libraryItem.media.metadata.title,
|
||||||
episodeId: episode.id,
|
episodeId: episode.id,
|
||||||
episodeTitle: episode.title
|
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