mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
允许无法获取到5sing链接时继续添加曲目
This commit is contained in:
@@ -252,8 +252,7 @@ async function addFingsingSongs(song: SongsInfo) {
|
||||
song.url = url
|
||||
} catch (err) {
|
||||
isModalLoading.value = false
|
||||
message.error('添加失败')
|
||||
return
|
||||
message.error('未能获取到歌曲链接, 将留空')
|
||||
}
|
||||
}
|
||||
await addSongs([song], SongFrom.FiveSing)
|
||||
|
||||
Reference in New Issue
Block a user