From 047400de951a90e51967c0298cf3e8895410a071 Mon Sep 17 00:00:00 2001 From: RblSb Date: Tue, 5 May 2020 22:41:58 +0300 Subject: Fix invisible iframe items --- src/client/Main.hx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/client/Main.hx') 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: { -- cgit v1.2.3