added p/recent and p/rejoin/other fixes
This commit is contained in:
parent
963136bf74
commit
89b75481e9
12 changed files with 156 additions and 16 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue