mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 21:56:42 +00:00
xbmc: fix pathsubst patch
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
711d0a17b2
commit
269790973a
@ -1,16 +1,3 @@
|
||||
diff --git a/xbmc/Application.cpp b/xbmc/Application.cpp
|
||||
index 36eb715..c776f65 100644
|
||||
--- a/xbmc/Application.cpp
|
||||
+++ b/xbmc/Application.cpp
|
||||
@@ -4322,7 +4322,7 @@ void CApplication::CheckScreenSaverAndDPMS()
|
||||
WakeUpScreenSaver();
|
||||
}
|
||||
else if (maybeScreensaver
|
||||
- && elapsed > g_guiSettings.GetInt("screensaver.time") * 60)
|
||||
+ && elapsed > g_guiSettings.GetInt("screensaver.time") * 10)
|
||||
{
|
||||
ActivateScreenSaver();
|
||||
}
|
||||
diff --git a/xbmc/filesystem/DirectoryCache.cpp b/xbmc/filesystem/DirectoryCache.cpp
|
||||
index e3fb399..84bc32e 100644
|
||||
--- a/xbmc/filesystem/DirectoryCache.cpp
|
||||
|
Loading…
x
Reference in New Issue
Block a user