diff options
-rw-r--r-- | vdrnfofs/vdrnfofs.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vdrnfofs/vdrnfofs.py b/vdrnfofs/vdrnfofs.py index 9053bb3..f8f3bda 100644 --- a/vdrnfofs/vdrnfofs.py +++ b/vdrnfofs/vdrnfofs.py @@ -69,6 +69,8 @@ class VdrNfoFsFile: def __init__(self, path, flags, *mode): self.path = path self.node = get_node(VdrNfoFsFile.video_root, path) + self.keep_cache = True + self.direct_io = False def read(self, size, offset): try: |