0
1
mirror of https://github.com/radio95-rnt/RadioPlayer.git synced 2026-02-26 21:53:54 +01:00

this also has the problem

This commit is contained in:
2025-09-29 18:11:50 +02:00
parent d38602bd10
commit 58a680fd1e

View File

@@ -92,7 +92,7 @@ class FileManager:
if file.lower().endswith(FORMATS): audio_files.append(file) if file.lower().endswith(FORMATS): audio_files.append(file)
except (PermissionError, FileNotFoundError): continue except (PermissionError, FileNotFoundError): continue
fake_files = [f"*.{i}" for i in FORMATS] fake_files = [f"*{i}" for i in FORMATS]
if audio_files: if audio_files:
# Folder contains audio files # Folder contains audio files