From: AlCalzone Date: Tue, 31 Dec 2024 09:24:24 +0000 (+0100) Subject: fix type of template player provider manifest (#1819) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=e0e78b252f45ac3015703c5abe08bab0ee5c92e9;p=music-assistant-server.git fix type of template player provider manifest (#1819) --- diff --git a/music_assistant/providers/_template_player_provider/manifest.json b/music_assistant/providers/_template_player_provider/manifest.json index 15d6b83a..db8b9341 100644 --- a/music_assistant/providers/_template_player_provider/manifest.json +++ b/music_assistant/providers/_template_player_provider/manifest.json @@ -1,5 +1,5 @@ { - "type": "music", + "type": "player", "domain": "template_player_provider", "name": "Name of the Player provider goes here", "description": "Short description of the player provider goes here",