From 27f180efca808046df3f3e917ee5f98d2d54849b Mon Sep 17 00:00:00 2001
From: Runt <qingingrunt2010@qq.com>
Date: Wed, 04 May 2022 13:57:34 +0000
Subject: [PATCH] 滑动歌词 计算时间

---
 app/src/main/java/com/auto/lyric/data/LyricServer.java |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/app/src/main/java/com/auto/lyric/data/LyricServer.java b/app/src/main/java/com/auto/lyric/data/LyricServer.java
index 8b8ef7e..2741d2c 100644
--- a/app/src/main/java/com/auto/lyric/data/LyricServer.java
+++ b/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() {

--
Gitblit v1.9.1