diff --git a/src/modules/processing/services/nicovideo.js b/src/modules/processing/services/nicovideo.js index dac56839..9a28a4dc 100644 --- a/src/modules/processing/services/nicovideo.js +++ b/src/modules/processing/services/nicovideo.js @@ -188,7 +188,7 @@ export default async function nicovideo({ } : {}), }, - ...(type === "audio" || typeof urls === "string" ? { isM3U8: true } : {}), + ...(typeof urls === "string" ? { isM3U8: true } : {}), ...(type === "audio" ? { bestAudio: "mp3" } : {}), }; } catch (error) {