mirror of
				https://github.com/advplyr/audiobookshelf.git
				synced 2025-10-27 11:18: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'
 | |
|       }
 | |
|     }
 | |
|   ]
 | |
| } |