新增音乐扫描器过滤规则-m3u
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user