aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/DreamInfoHandler.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Components/DreamInfoHandler.py')
-rwxr-xr-xlib/python/Components/DreamInfoHandler.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/python/Components/DreamInfoHandler.py b/lib/python/Components/DreamInfoHandler.py
index dd140cbb..40305671 100755
--- a/lib/python/Components/DreamInfoHandler.py
+++ b/lib/python/Components/DreamInfoHandler.py
@@ -222,6 +222,8 @@ class DreamInfoHandler:
for indexfile in os.listdir(self.directory[0]):
if indexfile.startswith("index-"):
if indexfile.endswith(".xml"):
+ if indexfile[-7:-6] == "_":
+ continue
indexfileList.append(indexfile)
if len(indexfileList):
for file in indexfileList: