Add:Notification settings, notification manager trigger #996

This commit is contained in:
advplyr
2022-09-21 18:01:10 -05:00
parent 9a7503cde2
commit ff04eb8d5e
9 changed files with 239 additions and 5 deletions

View File

@ -136,7 +136,7 @@ class PodcastManager {
this.emitter('item_updated', libraryItem.toJSONExpanded())
if (this.currentDownload.isAutoDownload) { // Notifications only for auto downloaded episodes
this.notificationManager.onNewPodcastEpisode(libraryItem, podcastEpisode)
this.notificationManager.onPodcastEpisodeDownloaded(libraryItem, podcastEpisode)
}
return true