From 58a680fd1eb2a1fe7abd4360e45c19eea9525196 Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Mon, 29 Sep 2025 18:11:50 +0200 Subject: [PATCH] this also has the problem --- radioPlaylist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radioPlaylist.py b/radioPlaylist.py index f0c2914..d21af83 100644 --- a/radioPlaylist.py +++ b/radioPlaylist.py @@ -92,7 +92,7 @@ class FileManager: if file.lower().endswith(FORMATS): audio_files.append(file) except (PermissionError, FileNotFoundError): continue - fake_files = [f"*.{i}" for i in FORMATS] + fake_files = [f"*{i}" for i in FORMATS] if audio_files: # Folder contains audio files