From ce0cf09b10f09403772bc9678b2f3e101f4fa8eb Mon Sep 17 00:00:00 2001 From: shortcutme Date: Tue, 21 May 2019 15:52:58 +0200 Subject: [PATCH] Fix sidebar zip generation --- plugins/Sidebar/ZipStream.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Sidebar/ZipStream.py b/plugins/Sidebar/ZipStream.py index f4278eac..bcc2a463 100644 --- a/plugins/Sidebar/ZipStream.py +++ b/plugins/Sidebar/ZipStream.py @@ -36,7 +36,7 @@ class ZipStream(object): def tell(self): return self.pos - def seek(self, pos, type): + def seek(self, pos, whence=0): pass def flush(self):