mirror of
https://github.com/SoPat712/allstarr.git
synced 2026-02-09 23:55:10 -05:00
feat: add subsonic all in one endpoint, subsonic settings configuration and CORS policy
This commit is contained in:
6
octo-fiesta/Models/SubsonicSettings.cs
Normal file
6
octo-fiesta/Models/SubsonicSettings.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace octo_fiesta.Models;
|
||||
|
||||
public class SubsonicSettings
|
||||
{
|
||||
public string? Url { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user