summaryrefslogtreecommitdiffstats
path: root/vlc-controller.lua
diff options
context:
space:
mode:
Diffstat (limited to 'vlc-controller.lua')
-rw-r--r--vlc-controller.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/vlc-controller.lua b/vlc-controller.lua
index 3799d8e..f42d7a2 100644
--- a/vlc-controller.lua
+++ b/vlc-controller.lua
@@ -20,7 +20,7 @@ function mymodule.expert(self)
end
function mymodule.logfile(self)
- return self.model.getlogfile()
+ return self.model.get_logfile(self, self.clientdata)
end
return mymodule