app/src/main/java/com/auto/lyric/data/LyricServer.java
@@ -18,6 +18,7 @@ public class LyricServer { // key 时间戳 , obj 歌词 private static TreeMap<Integer, LyricObject> lrc_map = new TreeMap<>(); public static TreeMap<Integer, LyricObject> getLrc_map() {