diff options
Diffstat (limited to 'PVideo.cpp')
-rw-r--r-- | PVideo.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -204,5 +204,11 @@ bool Video::SetWatched() } } +void Video::AddTokens(std::shared_ptr<cViewGrid>grid) +{ + grid->ClearTokens(); + grid->AddStringToken("title", m_sTitle); +} + } // Namespace |