Skip to content

Commit

Permalink
Change default pipe name
Browse files Browse the repository at this point in the history
  • Loading branch information
elliott-home-pc committed May 5, 2021
1 parent 344a31a commit e82601a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/MPVClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default class MPVClient {
}
}

init(chatlog, socketName = 'mpv-ghost-chat'): Promise<void> {
init(chatlog, socketName = 'StreamBuffRe_Remote'): Promise<void> {
return new Promise((resolve, reject) => {
access(chatlog, (err) => {
if (err) {
Expand Down

0 comments on commit e82601a

Please sign in to comment.