diff options
| author | RblSb <msrblsb@gmail.com> | 2020-04-23 22:48:37 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2020-04-24 05:29:48 +0300 |
| commit | 177057877733c33aadbb11b5884fe2c4a3e13de5 (patch) | |
| tree | 50035a705fa21f333f66485fe724d5c52e7fc5d5 /src/client/IPlayer.hx | |
| parent | 3e1f20569d467160dfe578bd80393a528dc60db7 (diff) | |
Fix youtube bg autoplay
Diffstat (limited to 'src/client/IPlayer.hx')
| -rw-r--r-- | src/client/IPlayer.hx | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
