mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-15 07:22:28 +02:00
Fix code formatting
This commit is contained in:
parent
7207efb4da
commit
a08cfa436e
1 changed files with 3 additions and 2 deletions
|
@ -7,7 +7,8 @@ module.exports.notificationData = {
|
||||||
requiresLibrary: true,
|
requiresLibrary: true,
|
||||||
libraryMediaType: 'podcast',
|
libraryMediaType: 'podcast',
|
||||||
description: 'Triggered when a podcast episode is auto-downloaded',
|
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!',
|
title: 'New {{podcastTitle}} Episode!',
|
||||||
body: '{{episodeTitle}} has been added to {{libraryName}} library.'
|
body: '{{episodeTitle}} has been added to {{libraryName}} library.'
|
||||||
},
|
},
|
||||||
|
@ -35,4 +36,4 @@ module.exports.notificationData = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue