mpegts input: move linked input to advanced in WEB UI
This commit is contained in:
parent
cde875ecb2
commit
22554c723d
1 changed files with 2 additions and 1 deletions
|
@ -288,7 +288,8 @@ const idclass_t mpegts_input_class =
|
|||
.name = "Linked Input",
|
||||
.set = mpegts_input_class_linked_set,
|
||||
.get = mpegts_input_class_linked_get,
|
||||
.list = mpegts_input_class_linked_enum
|
||||
.list = mpegts_input_class_linked_enum,
|
||||
.opts = PO_ADVANCED,
|
||||
},
|
||||
{}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue