Exclude Twitch from auto-embedding due to autoplay bug.
This commit is contained in:
parent
1ab71ee17c
commit
dca5e1a330
@ -57,7 +57,7 @@ Embedding =
|
||||
$.on embed, 'click', Embedding.cb.toggle
|
||||
$.after link, [$.tn(' '), embed]
|
||||
|
||||
if Conf['Auto-embed'] and !Conf['Floating Embeds'] and !post.isFetchedQuote
|
||||
if Conf['Auto-embed'] and !Conf['Floating Embeds'] and !post.isFetchedQuote and key isnt 'TwitchTV' # XXX https://github.com/justintv/Twitch-API/issues/289
|
||||
$.asap (-> doc.contains embed), ->
|
||||
Embedding.cb.toggle.call embed
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user