mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
vdr-plugin-xmltv2vdr: use VDR_CACHE_DIR for epg.db
This commit is contained in:
parent
22fa06ee57
commit
698753897f
@ -111,7 +111,7 @@ if [ "$ENABLE_EPGSEARCH" == "true" ] ; then
|
|||||||
VDR_ARG="$VDR_ARG -P epgsearch"
|
VDR_ARG="$VDR_ARG -P epgsearch"
|
||||||
fi
|
fi
|
||||||
if [ "$ENABLE_XMLTV2VDR" == "true" ] ; then
|
if [ "$ENABLE_XMLTV2VDR" == "true" ] ; then
|
||||||
VDR_ARG="$VDR_ARG -P xmltv2vdr"
|
VDR_ARG="$VDR_ARG -P 'xmltv2vdr --epgfile=$ADDON_CACHE_DIR/epg.db'"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
(
|
(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user