added p/recent and p/rejoin/other fixes

This commit is contained in:
ayeuhugyu 2024-01-02 22:09:43 -08:00
parent 963136bf74
commit 89b75481e9
12 changed files with 156 additions and 16 deletions

View file

@ -36,6 +36,8 @@ export default {
webm: proposedfilename + ".webm",
spacedm4a: proposedfilename.replaceAll(" ", "_") + ".m4a",
m4a: proposedfilename + ".m4a",
spacedmp4: proposedfilename.replaceAll(" ", "_") + ".mp4",
mp4: proposedfilename + ".mp4",
};
for (const value of Object.values(possibleFilenames)) {
if (files.includes(value)) {