summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/lib/Server/Plugin.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/Server/Plugin.py b/src/lib/Server/Plugin.py
index 30f6056f5..4d95fce49 100644
--- a/src/lib/Server/Plugin.py
+++ b/src/lib/Server/Plugin.py
@@ -110,6 +110,8 @@ class StatisticsPlugin(Plugin):
def GetExtra(self, client):
return []
+ def GetCurrentEntry(self, client, e_type, e_name):
+ return None
# the rest of the file contains classes for coherent file caching