Browse Source

feat(enum): add mp4upload enum

pull/333/head
Jordaar 2 years ago
parent
commit
7e948c60c1
  1. 1
      src/backend/helpers/embed.ts

1
src/backend/helpers/embed.ts

@ -6,6 +6,7 @@ export enum MWEmbedType { @@ -6,6 +6,7 @@ export enum MWEmbedType {
PLAYM4U = "playm4u",
UPCLOUD = "upcloud",
STREAMSB = "streamsb",
MP4UPLOAD = "mp4upload",
}
export type MWEmbed = {

Loading…
Cancel
Save