Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mpegts network: move Idle Scan to advanced config
  • Loading branch information
perexg committed Dec 20, 2014
1 parent c040ab0 commit 9a5b4db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/input/mpegts/mpegts_network.c
Expand Up @@ -172,6 +172,7 @@ const idclass_t mpegts_network_class =
.off = offsetof(mpegts_network_t, mn_idlescan),
.def.i = 0,
.notify = mpegts_network_class_idlescan_notify,
.opts = PO_ADVANCED,
},
{
.type = PT_BOOL,
Expand Down

0 comments on commit 9a5b4db

Please sign in to comment.