Skip to content

Commit

Permalink
fix caption name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vixalien committed Aug 7, 2023
1 parent 85ae695 commit 63950bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mixins/browsing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -400,8 +400,8 @@ export async function get_song(
name: j(caption, "name.runs[0].text"),
vssId: caption.vssId,
lang: caption.languageCode,
translable: caption.isTranslatable,
})) ?? [],
translatable: caption.isTranslatable,
} as Caption)) ?? [],
hlsManifestUrl: response.streamingData.hlsManifestUrl,
aspectRatio: response.videoDetails.aspectRatio,
serverAbrStreamingUrl: response.streamingData.serverManifestStreamUrl,
Expand Down

0 comments on commit 63950bf

Please sign in to comment.