mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
vdr-epgsearch:update to vdr-epgsearch-0b09f90
This commit is contained in:
parent
be35c621c1
commit
5870f98e36
@ -17,7 +17,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="vdr-epgsearch"
|
PKG_NAME="vdr-epgsearch"
|
||||||
PKG_VERSION="29c174a"
|
PKG_VERSION="0b09f90"
|
||||||
PKG_REV="1"
|
PKG_REV="1"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
|
@ -1,19 +0,0 @@
|
|||||||
commit e8bb2e8e0ef3602fc8cb252cee541bed5d45fc5c
|
|
||||||
Author: Stefan Saraev <stefan@saraev.ca>
|
|
||||||
Date: Sat Oct 19 22:19:10 2013 +0300
|
|
||||||
|
|
||||||
vdr 2.1.2 buildfix
|
|
||||||
|
|
||||||
diff --git a/uservars.h b/uservars.h
|
|
||||||
index f098750..a0e047c 100644
|
|
||||||
--- a/uservars.h
|
|
||||||
+++ b/uservars.h
|
|
||||||
@@ -538,7 +538,7 @@ class cVideodirVar : public cInternalVar {
|
|
||||||
cVideodirVar() : cInternalVar("videodir") {}
|
|
||||||
string Evaluate(const cEvent*, bool escapeStrings = false)
|
|
||||||
{
|
|
||||||
- return VideoDirectory;
|
|
||||||
+ return cVideoDirectory::Name();
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user