-
Notifications
You must be signed in to change notification settings - Fork 575
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
文件显示歌曲和点击进去看到的歌曲数量不一致。 #38
Comments
public static List getMusicFromFolder(Context context, long parent) {
|
What's the code?Could you please give me a commit address? |
比如:显示11首,但是,点击进入该文件夹,会发现歌曲比它多。原因,music/和music/songs 下面都有歌曲,比如music有11首。而music/songs 有3首。然后,文件夹music/显示11首,但是,点击进入会发现有14首
The text was updated successfully, but these errors were encountered: