Player.icon in UI

This commit is contained in:
bkfox 2018-02-11 23:23:57 +01:00
parent 0d7c32e806
commit e08b3f2aac

View File

@ -638,6 +638,7 @@ class SectionPlayer(Section):
panels = Section.panels + [
FieldPanel('live_title'),
FieldPanel('icon'),
FieldPanel('streams'),
]