mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-01-08 00:08:14 +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'
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|