mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-07-29 15:29:14 +02:00
this also has the problem
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user