summaryrefslogtreecommitdiff
path: root/PVideo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'PVideo.cpp')
-rw-r--r--PVideo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/PVideo.cpp b/PVideo.cpp
index 6f02dac..579db3c 100644
--- a/PVideo.cpp
+++ b/PVideo.cpp
@@ -240,7 +240,7 @@ void Video::AddTokens(std::shared_ptr<skindesignerapi::cOsdElement> grid, bool c
grid->AddIntToken("hasart", cached);
if (cached) grid->AddStringToken("art", art);
- if(m_tType == MediaType::MOVIE) {
+ if(m_tType == MediaType::MOVIE || m_tType == MediaType::CLIP) {
grid->AddIntToken("ismovie", true);
}