Skip to content

Commit 70f7aab

Browse files
committed
Merge branch 'develop' of https://github.com/PenguinMod/penguinmod.github.io into develop
2 parents 27ae0ed + 5eceded commit 70f7aab

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/addons/addons/mediarecorder/userscript.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ export default async ({ addon, console, msg }) => {
1010
let recordBuffer = [];
1111
let recorder;
1212
let timeout;
13-
// const isMp4CodecSupported = false;
14-
const isMp4CodecSupported = MediaRecorder.isTypeSupported('video/webm;codecs=h264');
13+
const isMp4CodecSupported = false;
14+
// const isMp4CodecSupported = MediaRecorder.isTypeSupported('video/webm;codecs=h264');
1515
while (true) {
1616
const elem = await addon.tab.waitForElement('div[class*="menu-bar_file-group"] > div:last-child:not(.sa-record)', {
1717
markAsSeen: true,

src/playground/credits/users.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@ const pmPullRequestDevelopers = [ // these people made a PR that got merged, or
146146
'concertalyis',
147147
'Steve0Greatness',
148148
'ilikecoding-197',
149-
'NotEmbin'
149+
'NotEmbin',
150+
'NotCryptid' // rx or ry single fix
150151
// list could be missing some people, but theres not really a way to tell
151152
].map(fromHardcodedGithub);
152153

0 commit comments

Comments
 (0)