Skip to content

Commit

Permalink
add plugin directory to ttv plugin check so it doesn't always fail
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBrax committed Dec 23, 2024
1 parent f4a6ce5 commit c7b2b0a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion server/src/Providers/Twitch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1512,7 +1512,11 @@ export class TwitchHelper {
throw new Error("Streamlink binary not found");
}

const args = ["--twitch-proxy-playlist"];
const args = [
"--plugin-dir",
BaseConfigDataFolder.streamlink_plugins,
"--twitch-proxy-playlist",
];

let execReturn;

Expand Down

0 comments on commit c7b2b0a

Please sign in to comment.