mirror of
https://github.com/navidrome/navidrome.git
synced 2026-05-03 06:51:16 +00:00
PlaylistProvider capability now requires 'users' permission in the manifest (matching existing Scrobbler behavior) and validates that the resolved owner user ID is in the plugin's allowed users list before creating playlists.
12 lines
262 B
JSON
12 lines
262 B
JSON
{
|
|
"name": "Test Playlist Provider",
|
|
"author": "Navidrome Test",
|
|
"version": "1.0.0",
|
|
"description": "A test playlist provider plugin for integration testing",
|
|
"permissions": {
|
|
"users": {
|
|
"reason": "Required for playlist ownership"
|
|
}
|
|
}
|
|
}
|