From 566851085370849464623667eec1005c3b0cddfa Mon Sep 17 00:00:00 2001 From: Christian Date: Wed, 30 Mar 2016 21:42:23 +0200 Subject: Added missing token {extratype} --- PVideo.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'PVideo.cpp') diff --git a/PVideo.cpp b/PVideo.cpp index 6b502bc..9e38caa 100644 --- a/PVideo.cpp +++ b/PVideo.cpp @@ -284,6 +284,7 @@ void Video::AddTokens(std::shared_ptr grid, bool c grid->AddIntToken((int)(eTokenGridInt::ismovie), true); } else if (m_tType == MediaType::CLIP) { grid->AddIntToken((int)(eTokenGridInt::isclip), true); + grid->AddIntToken((int)eTokenGridInt::extratype, (int)m_eExtraType); } vector loopInfo; -- cgit v1.2.3