You've already forked RadioPlayer
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user