mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2024-12-20 19:06:06 +01:00
Fix code formatting
This commit is contained in:
parent
7207efb4da
commit
a08cfa436e
@ -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.'
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user