From 506570f1f6a22497e6dafb291a0a1bee57735879 Mon Sep 17 00:00:00 2001 From: Ralf Ertzinger Date: Fri, 3 May 2013 21:46:25 +0200 Subject: [PATCH] libvideosite: call reset function for reload --- libvideosite.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvideosite.pm b/libvideosite.pm index 426b0d2..bd4e46a 100644 --- a/libvideosite.pm +++ b/libvideosite.pm @@ -101,7 +101,7 @@ my $videosite_commands = { }, 'reload' => sub { - init(); + $remote_api->{reset}->(); }, 'mode' => sub { -- 1.8.3.1