From d96fe358a88a5161bfa5cd679058867e6a0016e1 Mon Sep 17 00:00:00 2001 From: marco Date: Thu, 27 Feb 2020 21:20:19 +0100 Subject: [PATCH] fix nextep --- specials/nextep.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specials/nextep.py b/specials/nextep.py index e3ff897a..78ca186e 100644 --- a/specials/nextep.py +++ b/specials/nextep.py @@ -154,7 +154,7 @@ class NextDialog(xbmcgui.WindowXMLDialog): self.progress_control = None # set info - with filetools.file_open(INFO, 'r') as f: + with filetools.file_open(INFO, 'r', vfs=False) as f: full_info = f.readlines() full_info = full_info[1:] full_info = "".join(full_info)