forked from ShuriZma/suyu
1
0
Fork 0

fix wrong function name

This commit is contained in:
Belal Ashraf 2024-04-10 17:45:33 +02:00
parent aebf13752e
commit 097e340d40
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ IParentalControlService::IParentalControlService(Core::System& system_, Capabili
{1954, nullptr, "IsBedtimeAlarmEnabled"}, // 18.0.0+ {1954, nullptr, "IsBedtimeAlarmEnabled"}, // 18.0.0+
{1955, nullptr, "GetBedtimeAlarmTime"}, // 18.0.0+ {1955, nullptr, "GetBedtimeAlarmTime"}, // 18.0.0+
{1956, nullptr, "GetBedtimeAlarmTimeHour"}, // 18.0.0+ {1956, nullptr, "GetBedtimeAlarmTimeHour"}, // 18.0.0+
{1967, nullptr, "GetBedtimeAlarmMinute"}, // 18.0.0+ {1967, nullptr, "GetBedtimeAlarmTimeMinute"}, // 18.0.0+
{2001, nullptr, "RequestPairingAsync"}, {2001, nullptr, "RequestPairingAsync"},
{2002, nullptr, "FinishRequestPairing"}, {2002, nullptr, "FinishRequestPairing"},
{2003, nullptr, "AuthorizePairingAsync"}, {2003, nullptr, "AuthorizePairingAsync"},