remember original fe_type

This commit is contained in:
none 2021-01-18 16:22:10 +01:00
parent d84a8b3b37
commit 97c1190b54
1 changed files with 1 additions and 0 deletions

View File

@ -1180,6 +1180,7 @@ static int init_fe(struct octoserve *os, int a, int f, int fd)
}
if (os->nodvbt)
fe->type &= ~((1UL << SYS_DVBT2) | (1UL << SYS_DVBT));
fe->type_orig = fe->type;
if (os->delsys_mask)
fe->type &= os->delsys_mask;