mirror of
https://github.com/AynaLivePlayer/AynaLivePlayer.git
synced 2025-12-14 22:18:17 +08:00
web info first version/fix some lyric not update/update translation.json/fix some media in history list cann't be played again
This commit is contained in:
@@ -41,6 +41,9 @@ func (l *Lyric) Reload(lyric string) {
|
||||
for index, time := range times {
|
||||
lrcs[index] = tmp[time]
|
||||
}
|
||||
if len(lrcs) == 0 {
|
||||
lrcs = append(lrcs, LyricLine{Time: 0, Lyric: ""})
|
||||
}
|
||||
lrcs = append(lrcs, LyricLine{
|
||||
Time: 99999999999,
|
||||
Lyric: "",
|
||||
|
||||
Reference in New Issue
Block a user