Fix the emm updates for seca, the break was accidently removed when adding support for dre cards.
This commit is contained in:
parent
d5e3221747
commit
51173a5508
1 changed files with 1 additions and 0 deletions
|
@ -677,6 +677,7 @@ cwc_detect_card_type(cwc_t *cwc)
|
|||
cwc->cwc_card_type = CARD_SECA;
|
||||
tvhlog(LOG_INFO, "cwc", "%s: seca card",
|
||||
cwc->cwc_hostname);
|
||||
break;
|
||||
case 0x4a:
|
||||
cwc->cwc_card_type = CARD_DRE;
|
||||
tvhlog(LOG_INFO, "cwc", "%s: dre card",
|
||||
|
|
Loading…
Add table
Reference in a new issue