We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcadba9 commit 1f1a95fCopy full SHA for 1f1a95f
recording.c
@@ -575,6 +575,7 @@ cDBusRecordings::cDBusRecordings(void)
575
{
576
AddMethod("Update", cDBusRecordingsHelper::Update);
577
AddMethod("Play", cDBusRecordingsHelper::Play);
578
+ AddMethod("ChangeName", cDBusRecordingsHelper::ChangeName);
579
#ifdef EXTRA_VIDEO_DIRECTORIES_PATCH
580
AddMethod("AddExtraVideoDirectory", cDBusRecordingsHelper::AddExtraVideoDirectory);
581
AddMethod("ClearExtraVideoDirectories", cDBusRecordingsHelper::ClearExtraVideoDirectories);
0 commit comments