diff --git a/server/utils/notifications.js b/server/utils/notifications.js index 02b74631..99513e0d 100644 --- a/server/utils/notifications.js +++ b/server/utils/notifications.js @@ -7,7 +7,8 @@ module.exports.notificationData = { requiresLibrary: true, libraryMediaType: 'podcast', description: 'Triggered when a podcast episode is auto-downloaded', - variables: ['libraryItemId', 'libraryId', 'podcastTitle', 'episodeTitle', 'libraryName', 'episodeId', 'libraryTags'], defaults: { + variables: ['libraryItemId', 'libraryId', 'podcastTitle', 'episodeTitle', 'libraryName', 'episodeId', 'libraryTags'], + defaults: { title: 'New {{podcastTitle}} Episode!', body: '{{episodeTitle}} has been added to {{libraryName}} library.' }, @@ -35,4 +36,4 @@ module.exports.notificationData = { } } ] -} \ No newline at end of file +}