This commit is contained in:
yutou 2020-11-23 18:32:14 +08:00
parent 4f48d4f343
commit ff846eb302

View File

@ -191,6 +191,8 @@ public class MusicTools {
|| file.getName().endsWith(".torrent")
|| file.getName().endsWith(".log")
|| file.getName().endsWith(".mkv")
|| file.getName().endsWith(".dff")
|| file.getName().endsWith(".cue")
) {
return null;
}