Update plugin.py

This commit is contained in:
gutosie
2022-12-06 07:40:52 +02:00
committed by GitHub
parent e3ac8f4c2c
commit 89fa81b804

View File

@@ -1571,6 +1571,9 @@ class NeoBootImageChoose(Screen):
images = True
break
if fil.endswith(".tar"):
images = True
break
if fil.endswith(".tar.gz"):
images = True
break
if fil.endswith(".nfi"):