From 177057877733c33aadbb11b5884fe2c4a3e13de5 Mon Sep 17 00:00:00 2001 From: RblSb Date: Thu, 23 Apr 2020 22:48:37 +0300 Subject: Fix youtube bg autoplay --- src/client/IPlayer.hx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/client/IPlayer.hx') diff --git a/src/client/IPlayer.hx b/src/client/IPlayer.hx index e414af5..a620567 100644 --- a/src/client/IPlayer.hx +++ b/src/client/IPlayer.hx @@ -4,6 +4,7 @@ import Types.VideoData; import Types.VideoItem; interface IPlayer { + function isSupportedLink(url:String):Bool; function getVideoData(url:String, callback:(data:VideoData)->Void):Void; function loadVideo(item:VideoItem):Void; function removeVideo():Void; -- cgit v1.2.3