]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Remove accidental code
authorAndreas Öman <andreas@lonelycoder.com>
Wed, 22 May 2013 07:53:27 +0000 (09:53 +0200)
committerAndreas Öman <andreas@lonelycoder.com>
Wed, 22 May 2013 07:53:27 +0000 (09:53 +0200)
src/htsp_server.c

index 88de45cf28259b7099c9c4c14a9f621df4be70ea..8a6ce4513b832b95ceff8b3a616a078bc02fd736 100644 (file)
@@ -693,8 +693,6 @@ htsp_build_event
   htsmsg_add_s64(out, "stop", e->stop);
   if ((str = epg_broadcast_get_title(e, lang)))
     htsmsg_add_str(out, "title", str);
-  if ((str = epg_broadcast_get_subtitle(e, lang)))
-    htsmsg_add_str(out, "subtitle", str);
   if ((str = epg_broadcast_get_description(e, lang))) {
     htsmsg_add_str(out, "description", str);
     if ((str = epg_broadcast_get_summary(e, lang)))