mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-18 03:08:30 +00:00
feat: nicovideo guest implementation
This commit is contained in:
parent
cadbeefd09
commit
60f9f99568
@ -58,7 +58,7 @@ async function fetchGuestData(id, actionTrackId) {
|
||||
const { id: audioId } = audios
|
||||
.filter((audio) => audio.isAvailable)
|
||||
.sort((firstAudio, secondAudio) => firstAudio.bitrate - secondAudio.bitrate)
|
||||
.pop();
|
||||
.shift();
|
||||
|
||||
return {
|
||||
accessRightKey,
|
||||
|
Loading…
Reference in New Issue
Block a user