Add window identifier to event structure
[videosite.git] / videosite-dl.pl
index 769ab43..1225b92 100755 (executable)
@@ -58,5 +58,6 @@ foreach (@ARGV) {
     libvideosite::check_for_link({
         message => $_,
         ewpf => sub { print @_, "\n" },
+        window => "",
     });
 }