mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-30 16:17:41 +01:00
feat(enum): add upcloud and streamsb enum
This commit is contained in:
parent
d198760f9c
commit
2db7e0bef8
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@ export enum MWEmbedType {
|
||||||
M4UFREE = "m4ufree",
|
M4UFREE = "m4ufree",
|
||||||
STREAMM4U = "streamm4u",
|
STREAMM4U = "streamm4u",
|
||||||
PLAYM4U = "playm4u",
|
PLAYM4U = "playm4u",
|
||||||
|
UPCLOUD = "upcloud",
|
||||||
|
STREAMSB = "streamsb",
|
||||||
}
|
}
|
||||||
|
|
||||||
export type MWEmbed = {
|
export type MWEmbed = {
|
||||||
|
|
Loading…
Reference in a new issue