X-Git-Url: https://git.camperquake.de/gitweb.cgi?p=videosite.git;a=blobdiff_plain;f=libvideosite.pm;h=c0d4807e32b6056acc895812879ddbf9d235dfe1;hp=bd4e46a947ff9b7e709a2d039d683e98055a8ac4;hb=ba69db073455cd39baf7ff3834a4475ed7536a6e;hpb=b5479a104fa874bc5c0cd9784825eba9fd4bf69e diff --git a/libvideosite.pm b/libvideosite.pm index bd4e46a..c0d4807 100644 --- a/libvideosite.pm +++ b/libvideosite.pm @@ -65,7 +65,7 @@ my $remote_api = { color => sub { return '' }, module_path => sub { return dirname(realpath($0)) }, quote => sub { return $_ }, - reset => sub {}, + reload => sub {}, }; # @@ -101,7 +101,7 @@ my $videosite_commands = { }, 'reload' => sub { - $remote_api->{reset}->(); + $remote_api->{reload}->(); }, 'mode' => sub {