Update plugin.py

This commit is contained in:
gutosie
2022-12-05 22:56:01 +02:00
committed by GitHub
parent f542cef4eb
commit 37463b77e3

View File

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