diff options
Diffstat (limited to 'vlc-controller.lua')
-rw-r--r-- | vlc-controller.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vlc-controller.lua b/vlc-controller.lua index ddfef2d..3799d8e 100644 --- a/vlc-controller.lua +++ b/vlc-controller.lua @@ -20,8 +20,7 @@ function mymodule.expert(self) end function mymodule.logfile(self) - return self.model.get_filedetails(self.clientdata.name or "", self.clientdata.grep) - + return self.model.getlogfile() end return mymodule |