Runt
2022-05-04 7f292c4158e1854ca6dc72895c829e538cbc6c7b
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() {