mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2024-12-20 19:06:06 +01:00
13 lines
245 B
JavaScript
13 lines
245 B
JavaScript
module.exports.notificationData = {
|
|
events: [
|
|
{
|
|
name: 'onTest',
|
|
requiresLibrary: false,
|
|
description: 'Notification for testing',
|
|
defaults: {
|
|
title: 'Test Title',
|
|
body: 'Test Body'
|
|
}
|
|
}
|
|
]
|
|
} |