summaryrefslogtreecommitdiff
path: root/PVideo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'PVideo.cpp')
-rw-r--r--PVideo.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/PVideo.cpp b/PVideo.cpp
index d5e279c..b7ad379 100644
--- a/PVideo.cpp
+++ b/PVideo.cpp
@@ -6,7 +6,6 @@
#include <vdr/tools.h>
#include "PlexHelper.h"
-#include "pictureCache.h"
namespace plexclient
{
@@ -228,6 +227,7 @@ bool Video::SetWatched()
}
}
+#ifdef SKINDESIGNER
void Video::AddTokens(std::shared_ptr<skindesignerapi::cOsdElement> grid, bool clear, std::function<void(cGridElement*)> OnCached)
{
if(clear) grid->ClearTokens();
@@ -315,6 +315,7 @@ void Video::AddTokens(std::shared_ptr<skindesignerapi::cOsdElement> grid, bool c
m_Media.AddTokens(grid);
}
+#endif
std::string Video::ArtUri()
{