修复部分用户音乐无法显示完全的问题
This commit is contained in:
@ -979,7 +979,7 @@ def former_song():
|
||||
except ValueError:
|
||||
current_index = -1
|
||||
abs_path = song_list[current_index - 1]
|
||||
music_file_without_endswith = abs_path.rsplit("/")[-1].split(".", 1)[0]
|
||||
music_file_without_endswith = abs_path.rsplit("/")[-1].rsplit(".", 1)[0]
|
||||
music_playing = abs_path
|
||||
try:
|
||||
lyric = lyrics.load_lyrics(f"{path}/{music_file_without_endswith}.lrc")
|
||||
|
Reference in New Issue
Block a user