mirror of
https://github.com/navidrome/navidrome.git
synced 2026-01-03 06:15:22 +00:00
8 lines
322 B
YAML
8 lines
322 B
YAML
version: v1-draft
|
|
exports:
|
|
nd_on_init:
|
|
description: |-
|
|
OnInit is called after a plugin is fully loaded with all services registered.
|
|
Plugins can use this function to perform one-time initialization tasks.
|
|
Errors are logged but will not prevent the plugin from being loaded.
|