diff --git a/tivo_commands.c b/tivo_commands.c index 3b9d5ca..aebce3d 100644 --- a/tivo_commands.c +++ b/tivo_commands.c @@ -289,6 +289,7 @@ SendItemDetails(struct upnphttp * h, sqlite_int64 item) str.data = resp; ret = strcatf(&str, "\n"); + args.str = &str; args.requested = 1; asprintf(&sql, SELECT_COLUMNS "from OBJECTS o left join DETAILS d on (d.ID = o.DETAIL_ID)"