mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-06-23 17:29:19 +02: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'
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|