htsmsg_add_str(m, "username", s->ths_username);
if (s->ths_client != NULL)
- htsmsg_add_str(m, "title", s->ths_client);
- else if (s->ths_title != NULL)
+ htsmsg_add_str(m, "client", s->ths_client);
+
+ if (s->ths_title != NULL)
htsmsg_add_str(m, "title", s->ths_title);
if (s->ths_channel != NULL)
{ name: 'hostname', sortType: stypei },
{ name: 'username', sortType: stype },
{ name: 'title', sortType: stype },
+ { name: 'client', sortType: stype },
{ name: 'channel', sortType: stype },
{ name: 'service', sortType: stype },
{ name: 'profile', sortType: stype },
{
width: 80,
id: 'title',
- header: _("Title"),
+ header: _("Title0"),
dataIndex: 'title',
sortable: true
},
+ {
+ width: 80,
+ id: 'client',
+ header: _("Client / User agent"),
+ dataIndex: 'client',
+ sortable: true
+ },
{
width: 50,
id: 'channel',