mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
parent
6712c5db3f
commit
b031e4833f
@ -0,0 +1,13 @@
|
|||||||
|
diff --git a/device-tmpl.cpp b/device-tmpl.cpp
|
||||||
|
index 158324b..4d9f862 100644
|
||||||
|
--- a/device-tmpl.cpp
|
||||||
|
+++ b/device-tmpl.cpp
|
||||||
|
@@ -71,7 +71,7 @@ SCDEVICE::SCDEVICE(cScDevicePlugin *DevPlugin, int Adapter, int Frontend, int ca
|
||||||
|
fd_dvr = -1;
|
||||||
|
|
||||||
|
int n = Adapter;
|
||||||
|
- softcsa = (fd_ca < 0);
|
||||||
|
+ softcsa = true;
|
||||||
|
if (softcsa)
|
||||||
|
{
|
||||||
|
if (HasDecoder())
|
Loading…
x
Reference in New Issue
Block a user