diff options
| author | RblSb <msrblsb@gmail.com> | 2020-05-05 22:41:58 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2020-05-05 22:41:58 +0300 |
| commit | 047400de951a90e51967c0298cf3e8895410a071 (patch) | |
| tree | 8a554c14b37d69b93e607c28b08b616abb00a888 /src/client | |
| parent | 104d4edeb5c0874412b0e91d0cb3c768995a0ce1 (diff) | |
Fix invisible iframe items
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/Main.hx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/Main.hx b/src/client/Main.hx index 900f841..62fffcc 100644 --- a/src/client/Main.hx +++ b/src/client/Main.hx @@ -274,6 +274,7 @@ class Main { return; } if (title.length > 0) data.title = title; + if (data.title == null) data.title = "Custom Media"; if (data.url == null) data.url = iframe; send({ type: AddVideo, addVideo: { |
