aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRblSb <msrblsb@gmail.com>2020-05-05 22:41:58 +0300
committerRblSb <msrblsb@gmail.com>2020-05-05 22:41:58 +0300
commit047400de951a90e51967c0298cf3e8895410a071 (patch)
tree8a554c14b37d69b93e607c28b08b616abb00a888 /src
parent104d4edeb5c0874412b0e91d0cb3c768995a0ce1 (diff)
Fix invisible iframe items
Diffstat (limited to 'src')
-rw-r--r--src/client/Main.hx1
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: {
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage