Skip to content

Commit

Permalink
fix: enable dms support
Browse files Browse the repository at this point in the history
  • Loading branch information
xpadev-net committed Nov 24, 2023
1 parent 6e5c1cb commit 8eb1955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron/lib/niconico/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const getMetadata = async (
await getCookies(authSetting.profile),
);
const req = await fetch(
`https://www.nicovideo.jp/api/watch/v3/${nicoId}?_frontendId=6&_frontendVersion=0&actionTrackId=0_0`,
`https://www.nicovideo.jp/api/watch/v3/${nicoId}?_frontendId=3&_frontendVersion=0&actionTrackId=0_0`,
{
headers: {
Cookie: cookies,
Expand Down

0 comments on commit 8eb1955

Please sign in to comment.