diff options
| author | RblSb <msrblsb@gmail.com> | 2020-03-04 04:08:22 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2020-03-04 04:08:22 +0300 |
| commit | 4155b95cce55e1176aecb1531b9c06344a2e81b5 (patch) | |
| tree | 102a7693adebde04b9c5a6529753038c8f27c510 /src/client/Main.hx | |
| parent | dc83e4842f7bb6f8899872c9693ea6170f0b1724 (diff) | |
Improve iframe handling
Diffstat (limited to 'src/client/Main.hx')
| -rw-r--r-- | src/client/Main.hx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/Main.hx b/src/client/Main.hx index f32a80c..a5fe9bb 100644 --- a/src/client/Main.hx +++ b/src/client/Main.hx @@ -230,6 +230,10 @@ class Main { return player.hasVideo(); } + public function isListEmpty():Bool { + return player.isListEmpty(); + } + public function refreshPlayer():Void { player.refresh(); } |
