Skip to content

Commit 1f1a95f

Browse files
committed
register new method ChangeName on Recordings object
1 parent dcadba9 commit 1f1a95f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

recording.c

+1
Original file line numberDiff line numberDiff line change
@@ -575,6 +575,7 @@ cDBusRecordings::cDBusRecordings(void)
575575
{
576576
AddMethod("Update", cDBusRecordingsHelper::Update);
577577
AddMethod("Play", cDBusRecordingsHelper::Play);
578+
AddMethod("ChangeName", cDBusRecordingsHelper::ChangeName);
578579
#ifdef EXTRA_VIDEO_DIRECTORIES_PATCH
579580
AddMethod("AddExtraVideoDirectory", cDBusRecordingsHelper::AddExtraVideoDirectory);
580581
AddMethod("ClearExtraVideoDirectories", cDBusRecordingsHelper::ClearExtraVideoDirectories);

0 commit comments

Comments
 (0)