mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
chore: remove print statement
This commit is contained in:
parent
a9e5636e96
commit
e61b79585e
@ -76,8 +76,6 @@ final localTracksProvider =
|
|||||||
final mime = lookupMimeType(e.path) ??
|
final mime = lookupMimeType(e.path) ??
|
||||||
(extension(e.path) == ".opus" ? "audio/opus" : null);
|
(extension(e.path) == ".opus" ? "audio/opus" : null);
|
||||||
|
|
||||||
print("${basename(e.path)}: $mime");
|
|
||||||
|
|
||||||
return e is File && supportedAudioTypes.contains(mime);
|
return e is File && supportedAudioTypes.contains(mime);
|
||||||
},
|
},
|
||||||
).cast<File>(),
|
).cast<File>(),
|
||||||
|
Loading…
Reference in New Issue
Block a user