mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-11 02:25:08 +01:00
feat(enum): add upcloud and streamsb enum
This commit is contained in:
parent
d198760f9c
commit
2db7e0bef8
@ -4,6 +4,8 @@ export enum MWEmbedType {
|
||||
M4UFREE = "m4ufree",
|
||||
STREAMM4U = "streamm4u",
|
||||
PLAYM4U = "playm4u",
|
||||
UPCLOUD = "upcloud",
|
||||
STREAMSB = "streamsb",
|
||||
}
|
||||
|
||||
export type MWEmbed = {
|
||||
|
Loading…
Reference in New Issue
Block a user