OpenViX / enigma2

GNU General Public License v2.0
58 stars 107 forks source link

[epgcache] fix OPENTV, ATSC_EIT, EPG_IMPORT source type #989

Closed LraiZer closed 7 months ago

LraiZer commented 7 months ago

OPENTV and ATSC_EIT are no longer managing their own cached epg since this commit here.

https://github.com/OpenViX/enigma2/commit/05ae1ffc0159a4dc4f5a0f1c3322c21fdd1e0d7a#diff-b15024bd2b4ea380025955f8d690ba180059716f8f64bd2366de9dcd0d44b0c0R1920

int source is not carried through this overload function, it is being reset as EPG_IMPORT source.

These sources currently use this broken overload function: eEPGCache::OPENTV eEPGCache::ATSC_EIT

Huevos commented 7 months ago

Thanks

LraiZer commented 7 months ago

Same issue with OpenATV if you would like to inform them, must have been a code copy/paste oversight during patch creation.