feat: add subsonic all in one endpoint, subsonic settings configuration and CORS policy

This commit is contained in:
V1ck3s
2025-09-21 16:22:18 +02:00
parent 25c95a52d9
commit 17769e2c28
3 changed files with 44 additions and 142 deletions

View File

@@ -0,0 +1,6 @@
namespace octo_fiesta.Models;
public class SubsonicSettings
{
public string? Url { get; set; }
}