From 7366b814fa050fb525b92190264dfa257155dee2 Mon Sep 17 00:00:00 2001 From: Andreas Bielawski Date: Mon, 27 Jun 2016 22:42:57 +0200 Subject: [PATCH] Tagesschau-Eilmeldung: Fix --- otouto/plugins/tagesschau_eil.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otouto/plugins/tagesschau_eil.lua b/otouto/plugins/tagesschau_eil.lua index 2cde2ca..ec1e32a 100644 --- a/otouto/plugins/tagesschau_eil.lua +++ b/otouto/plugins/tagesschau_eil.lua @@ -92,7 +92,7 @@ function tagesschau_eil:cron(self_plz) if code ~= 200 then return end if not data then return end if data.breakingnews[1] then - if data.breakingnews[1].details ~= last_eil then + if data.breakingnews[1].date ~= last_eil then local title = '#EIL: *'..data.breakingnews[1].headline..'*' local news = data.breakingnews[1].shorttext local posted_at = makeOurDate(data.breakingnews[1].date)..' Uhr'