summaryrefslogtreecommitdiff
path: root/PVideo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'PVideo.cpp')
-rw-r--r--PVideo.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/PVideo.cpp b/PVideo.cpp
index 8949666..f17a9ce 100644
--- a/PVideo.cpp
+++ b/PVideo.cpp
@@ -204,5 +204,11 @@ bool Video::SetWatched()
}
}
+void Video::AddTokens(std::shared_ptr<cViewGrid>grid)
+{
+ grid->ClearTokens();
+ grid->AddStringToken("title", m_sTitle);
+}
+
} // Namespace