Megfelelő hang lejátszása is javítva

This commit is contained in:
2025-05-16 08:40:51 +02:00
parent 4c25dd2105
commit e745f313a8
2 changed files with 9 additions and 2 deletions
@@ -1,6 +1,6 @@
{ {
"ConnectionStrings": { "ConnectionStrings": {
"DefaultConnection": "Data Source=WS2016DC\\SQLEXPRESS;Initial Catalog=WFCUAT;Integrated Security=True;Connect Timeout=30;Encrypt=False;Trust Server Certificate=False;Application Intent=ReadWrite;Multi Subnet Failover=False" "DefaultConnection": "Data Source=WS2016DC\\SQLEXPRESS;Initial Catalog=WFC;Integrated Security=True;Connect Timeout=30;Encrypt=False;Trust Server Certificate=False;Application Intent=ReadWrite;Multi Subnet Failover=False"
}, },
"Logging": { "Logging": {
"LogLevel": { "LogLevel": {
@@ -130,6 +130,13 @@ namespace WorkFlowCheck.BL.Services
{ {
title = fCMMessageDTO.Title, title = fCMMessageDTO.Title,
body = fCMMessageDTO.Body, body = fCMMessageDTO.Body,
},
android = new
{
notification = new
{
channel_id = "com.nuvolar.wfcapp.general"
}
} }
} }
}; };