RIP Mixer

This commit is contained in:
Calvin Montgomery 2020-07-26 10:24:36 -07:00
parent 99af92ed2c
commit f081bc782a
9 changed files with 9 additions and 49 deletions

View file

@ -1,12 +0,0 @@
window.MixerPlayer = class MixerPlayer extends EmbedPlayer
constructor: (data) ->
if not (this instanceof MixerPlayer)
return new MixerPlayer(data)
@load(data)
load: (data) ->
data.meta.embed =
src: "https://mixer.com/embed/player/#{data.meta.mixer.channelToken}"
tag: 'iframe'
super(data)

View file

@ -5,7 +5,6 @@ TYPE_MAP =
gd: GoogleDrivePlayer
gp: VideoJSPlayer
fi: FilePlayer
jw: FilePlayer
sc: SoundCloudPlayer
li: LivestreamPlayer
tw: TwitchPlayer
@ -15,12 +14,10 @@ TYPE_MAP =
hb: SmashcastPlayer
us: UstreamPlayer
im: ImgurPlayer
vm: VideoJSPlayer
hl: HLSPlayer
sb: StreamablePlayer
tc: TwitchClipPlayer
cm: VideoJSPlayer
mx: MixerPlayer
window.loadMediaPlayer = (data) ->
try