Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mpegts input: move linked input to advanced in WEB UI
  • Loading branch information
perexg committed Jan 25, 2015
1 parent cde875e commit 22554c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/input/mpegts/mpegts_input.c
Expand Up @@ -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,
},
{}
}
Expand Down

0 comments on commit 22554c7

Please sign in to comment.