mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-02-07 17:29:52 +00:00
12 lines
346 B
Diff
12 lines
346 B
Diff
--- a/src/input/mpegts/scanfile.c
|
|
+++ b/src/input/mpegts/scanfile.c
|
|
@@ -906,7 +906,7 @@ scanfile_init ( const char *muxconf_path
|
|
#elif defined(PLATFORM_FREEBSD)
|
|
path = "/usr/local/share/dtv-scan-tables";
|
|
#else
|
|
- path = "/usr/share/dvb";
|
|
+ path = "/storage/.kodi/addons/service.tvheadend42/dvb-scan";
|
|
#endif
|
|
|
|
if (!initialized) {
|