Add MusicCast discovery service
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
@@ -1320,7 +1320,8 @@
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"response_code": {
|
||||
"type": "string"
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user