Runt
2022-05-11 7b9daa6f5e8f622c055231a8baef3214df99846c
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() {