修复音乐播放器图片不显示的问题

修复音乐播放器播放文件夹不播放的问题
This commit is contained in:
yutou
2020-12-24 18:36:28 +08:00
parent 6bb84c374a
commit 7300b5e3b7
2 changed files with 29 additions and 11 deletions

View File

@@ -54,7 +54,10 @@ public class APIFilter implements Filter {
String tmp = request.getRequestURI();
try {
url = tmp.split(tmp.split("/")[tmp.split("/").length - 1])[0];
} catch (Exception ignored) {
} catch (Exception e) {
e.printStackTrace();
System.out.println("无权限请求:"+tmp);
return;
}
UKey key = list.get(0);