修复音乐播放器图片不显示的问题
修复音乐播放器播放文件夹不播放的问题
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user