新增音乐扫描器过滤规则-m3u
This commit is contained in:
parent
86287dacf6
commit
6bb84c374a
@ -221,6 +221,7 @@ public class MusicTools implements MusicToolsService {
|
|||||||
|| file.getName().endsWith(".mkv")
|
|| file.getName().endsWith(".mkv")
|
||||||
|| file.getName().endsWith(".dff")
|
|| file.getName().endsWith(".dff")
|
||||||
|| file.getName().endsWith(".cue")
|
|| file.getName().endsWith(".cue")
|
||||||
|
|| file.getName().endsWith(".m3u")
|
||||||
) {
|
) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user