Skip to content

Commit

Permalink
Mythtv-setup setup option "Complete scan data required" default not s…
Browse files Browse the repository at this point in the history
…elected

This reverts commit 29afe01 d.d. 24 july 2019.
For DVB this option is recommended.
However, for ATSC this option has to be not selected
otherwise all channels are discarded.
Therefore this option is now default not selected.
  • Loading branch information
kmdewaal committed Dec 2, 2019
1 parent c03166c commit 1c0d46a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -150,7 +150,7 @@ class CompleteChannelsOnly : public TransMythUICheckBoxSetting
"such as feeds and offline channels, "
"that are not useful in a MythTV system. "
"These are filtered out by this option."));
setValue(true);
setValue(false);
};
};

Expand Down

0 comments on commit 1c0d46a

Please sign in to comment.