feat: add DTOs for basic endpoints
This commit is contained in:
9
DTOs/ResponseWrapper.cs
Normal file
9
DTOs/ResponseWrapper.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace Shadow.DTOs;
|
||||
|
||||
public class ResponseWrapper
|
||||
{
|
||||
[JsonPropertyName("subsonic-response")]
|
||||
required public SubsonicResponseDTO SubsonicResponse { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user