Add MusicCast discovery service

This commit is contained in:
2025-05-25 19:30:00 +02:00
parent 9904616751
commit 8bf0c981f9
11 changed files with 242 additions and 2479 deletions

View File

@@ -2,5 +2,5 @@ namespace MusicCast.Net.Api.Server.Models;
public class BaseResponse
{
public string response_code { get; set; }
public int response_code { get; set; }
}

View File

@@ -1320,7 +1320,8 @@
"type": "object",
"properties": {
"response_code": {
"type": "string"
"type": "integer",
"format": "int32"
}
}
},