diff --git a/NeoBoot/plugin.py b/NeoBoot/plugin.py index c86bd86..caa024c 100644 --- a/NeoBoot/plugin.py +++ b/NeoBoot/plugin.py @@ -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