mirror of
https://github.com/movie-web/movie-web.git
synced 2025-01-06 08:25:59 +00:00
feat(enum): add mp4upload enum
This commit is contained in:
parent
9003bf6788
commit
7e948c60c1
|
@ -6,6 +6,7 @@ export enum MWEmbedType {
|
|||
PLAYM4U = "playm4u",
|
||||
UPCLOUD = "upcloud",
|
||||
STREAMSB = "streamsb",
|
||||
MP4UPLOAD = "mp4upload",
|
||||
}
|
||||
|
||||
export type MWEmbed = {
|
||||
|
|
Loading…
Reference in a new issue