mirror of
https://github.com/rommapp/romm.git
synced 2026-06-28 06:46:00 +00:00
Remove check for non extension
This commit is contained in:
@@ -319,7 +319,7 @@ class FSRomsHandler(FSHandler):
|
||||
):
|
||||
# Check if file is excluded
|
||||
ext = self.parse_file_extension(file_name)
|
||||
if not ext or ext in excluded_file_exts:
|
||||
if ext in excluded_file_exts:
|
||||
continue
|
||||
|
||||
if any(
|
||||
|
||||
Reference in New Issue
Block a user