Tv transport icon fix
This commit is contained in:
parent
43ee6a1741
commit
b5c16525c9
|
@ -112,6 +112,7 @@ def _gen_agent_type_info():
|
||||||
('_jid', 'mrim'): (False, 'mrim'),
|
('_jid', 'mrim'): (False, 'mrim'),
|
||||||
('gateway', 'facebook'): (False, 'facebook'),
|
('gateway', 'facebook'): (False, 'facebook'),
|
||||||
('_jid', 'facebook'): (False, 'facebook'),
|
('_jid', 'facebook'): (False, 'facebook'),
|
||||||
|
('gateway', 'tv'): (False, 'tv'),
|
||||||
}
|
}
|
||||||
|
|
||||||
# Category type to "human-readable" description string, and sort priority
|
# Category type to "human-readable" description string, and sort priority
|
||||||
|
|
Loading…
Reference in New Issue