mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
kodi: update to 70d6b0c
This commit is contained in:
parent
23ce24f02d
commit
da0463bbf4
@ -3,8 +3,8 @@
|
||||
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="kodi"
|
||||
PKG_VERSION="75d8ad548b4563612b79484576315db1b088dd7b"
|
||||
PKG_SHA256="cc18facab956c45a8ac5425f8eb6e2ddd32e8858ea2f6624fd0699c47fe45860"
|
||||
PKG_VERSION="70d6b0c2e5a63e8076f7e9cf26331c2441ada371"
|
||||
PKG_SHA256="6fa01090795b5548db5606e120cade2a93265f65dc4ea3daae5f1ab5701c9fa8"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://www.kodi.tv"
|
||||
PKG_URL="https://github.com/xbmc/xbmc/archive/${PKG_VERSION}.tar.gz"
|
||||
|
@ -13,7 +13,7 @@ Subject: disable online check
|
||||
{"uptime", SYSTEM_UPTIME},
|
||||
--- a/xbmc/utils/SystemInfo.cpp
|
||||
+++ b/xbmc/utils/SystemInfo.cpp
|
||||
@@ -273,7 +273,6 @@ bool CSysInfoJob::DoWork()
|
||||
@@ -275,7 +275,6 @@ bool CSysInfoJob::DoWork()
|
||||
{
|
||||
m_info.systemUptime = GetSystemUpTime(false);
|
||||
m_info.systemTotalUptime = GetSystemUpTime(true);
|
||||
@ -21,7 +21,7 @@ Subject: disable online check
|
||||
m_info.videoEncoder = GetVideoEncoder();
|
||||
m_info.cpuFrequency =
|
||||
StringUtils::Format("{:4.0f} MHz", CServiceBroker::GetCPUInfo()->GetCPUFrequency());
|
||||
@@ -1016,9 +1015,7 @@ int CSysInfo::GetXbmcBitness(void)
|
||||
@@ -1021,9 +1020,7 @@ int CSysInfo::GetXbmcBitness(void)
|
||||
|
||||
bool CSysInfo::HasInternet()
|
||||
{
|
||||
|
@ -107,7 +107,7 @@ so, when shutdown/reboot is requested:
|
||||
bool Stop(int exitCode);
|
||||
void UnloadSkin();
|
||||
bool LoadCustomWindows();
|
||||
@@ -458,6 +459,7 @@ private:
|
||||
@@ -454,6 +455,7 @@ private:
|
||||
CApplicationStackHelper m_stackHelper;
|
||||
std::string m_windowing;
|
||||
int m_ExitCode{EXITCODE_QUIT};
|
||||
|
Loading…
x
Reference in New Issue
Block a user