diff options
-rw-r--r-- | ranger/fsobject/fsobject.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ranger/fsobject/fsobject.py b/ranger/fsobject/fsobject.py index f9b023d7..bf71ac94 100644 --- a/ranger/fsobject/fsobject.py +++ b/ranger/fsobject/fsobject.py @@ -181,6 +181,7 @@ class FileSystemObject(FileManagerAware): filesystem and caches it for later use """ + self.fm.update_preview(self.path) self.loaded = True # Get the stat object, either from preload or from [l]stat |