mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-05 10:44:32 +02:00
Add library tags variable to podcast notifications
This commit is contained in:
parent
481611ff33
commit
7207efb4da
2 changed files with 3 additions and 2 deletions
|
@ -24,6 +24,7 @@ class NotificationManager {
|
|||
libraryItemId: libraryItem.id,
|
||||
libraryId: libraryItem.libraryId,
|
||||
libraryName: library ? library.name : 'Unknown',
|
||||
libraryTags: libraryItem.tags,
|
||||
podcastTitle: libraryItem.media.metadata.title,
|
||||
episodeId: episode.id,
|
||||
episodeTitle: episode.title
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue