新增音乐扫描器过滤规则-m3u

This commit is contained in:
yutou 2020-12-24 17:02:50 +08:00
parent 86287dacf6
commit 6bb84c374a

View File

@ -221,6 +221,7 @@ public class MusicTools implements MusicToolsService {
|| file.getName().endsWith(".mkv")
|| file.getName().endsWith(".dff")
|| file.getName().endsWith(".cue")
|| file.getName().endsWith(".m3u")
) {
return null;
}