diff options
author | Kai Sommerfeld <kai.sommerfeld@gmx.com> | 2016-08-07 12:04:52 +0200 |
---|---|---|
committer | Kai Sommerfeld <kai.sommerfeld@gmx.com> | 2016-08-10 17:18:51 +0200 |
commit | cda3b3a6462026efb4b0734b75e77c8e499ab3f7 (patch) | |
tree | 1ddefc2f09b58a5d1627054e80d226104e6c57dc /Kodi.xcodeproj | |
parent | 1d38357077bbe75aa88e49ae55cbae2907b2dc6d (diff) |
[PVR] CDirectoryProvider: Now supports async PVR startup. Fixes favorite tv and radio channels not appearing on Home screen.
Diffstat (limited to 'Kodi.xcodeproj')
-rw-r--r-- | Kodi.xcodeproj/project.pbxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Kodi.xcodeproj/project.pbxproj b/Kodi.xcodeproj/project.pbxproj index e94340a0cf..68df9e9cec 100644 --- a/Kodi.xcodeproj/project.pbxproj +++ b/Kodi.xcodeproj/project.pbxproj @@ -2597,6 +2597,7 @@ 2AC7EB591C21F6BA00BDAA95 /* GUIWindowPVRTimersBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIWindowPVRTimersBase.h; sourceTree = "<group>"; }; 2AC7EB5E1C34892100BDAA95 /* PVRRecordingsPath.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PVRRecordingsPath.h; sourceTree = "<group>"; }; 2AC7EB5F1C34893700BDAA95 /* PVRRecordingsPath.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PVRRecordingsPath.cpp; sourceTree = "<group>"; }; + 2AE16B7A1D58B11B005C20EB /* PVRManagerState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PVRManagerState.h; sourceTree = "<group>"; }; 2AFBB94A1CC6088000BAB340 /* GUIEPGGridContainerModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIEPGGridContainerModel.h; sourceTree = "<group>"; }; 2AFBB94B1CC608A200BAB340 /* GUIEPGGridContainerModel.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIEPGGridContainerModel.cpp; sourceTree = "<group>"; }; 2F4564D31970129A00396109 /* GUIFontCache.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIFontCache.cpp; sourceTree = "<group>"; }; @@ -6974,6 +6975,7 @@ C848289E156CFCD8005A996F /* PVRGUIInfo.h */, C848289F156CFCD8005A996F /* PVRManager.cpp */, C84828A0156CFCD8005A996F /* PVRManager.h */, + 2AE16B7A1D58B11B005C20EB /* PVRManagerState.h */, 2A7B2BDB1BD6F16600044BCD /* PVRSettings.cpp */, 2A7B2BDE1BD6F18B00044BCD /* PVRSettings.h */, ); |