summaryrefslogtreecommitdiff
path: root/browserGrid.h
diff options
context:
space:
mode:
authorchriszero <zerov83@gmail.com>2015-05-20 21:18:14 +0200
committerchriszero <zerov83@gmail.com>2015-05-20 21:18:14 +0200
commit709ebb92273ae0af7aae79dfeb55e3ddf17324af (patch)
treeadf10eeaa71b65dfd5343c8d8c31b5728ec334b1 /browserGrid.h
parent86cfa7fa64406971990160db56b71c7a71dcf3e5 (diff)
downloadvdr-plugin-plex-709ebb92273ae0af7aae79dfeb55e3ddf17324af.tar.gz
vdr-plugin-plex-709ebb92273ae0af7aae79dfeb55e3ddf17324af.tar.bz2
- Added handling for disapearing or not reachable plexservers
Diffstat (limited to 'browserGrid.h')
-rw-r--r--browserGrid.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/browserGrid.h b/browserGrid.h
index 549c081..6d50541 100644
--- a/browserGrid.h
+++ b/browserGrid.h
@@ -13,7 +13,12 @@
class cDummyElement : public cGridElement
{
+private:
+ std::string m_title;
+
public:
+ cDummyElement(std::string title);
+ cDummyElement();
virtual std::string GetTitle();
virtual void AddTokens(std::shared_ptr<skindesignerapi::cOsdElement> grid, bool clear = true, std::function<void(cGridElement*)> OnCached = NULL);
};