mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-11 17:55:33 +00: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",
|
||||
STREAMM4U = "streamm4u",
|
||||
PLAYM4U = "playm4u",
|
||||
UPCLOUD = "upcloud",
|
||||
STREAMSB = "streamsb",
|
||||
}
|
||||
|
||||
export type MWEmbed = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue