diff options
| author | Christian <zerov83@gmail.com> | 2016-03-30 21:42:23 +0200 |
|---|---|---|
| committer | Christian <zerov83@gmail.com> | 2016-03-30 21:42:23 +0200 |
| commit | 566851085370849464623667eec1005c3b0cddfa (patch) | |
| tree | 7303ed998f3a6ef1f3f3f604b7b918067eba3023 /PVideo.cpp | |
| parent | 5b8cf179a7472e2f5e9cdbe5fb728a0e7c735f5b (diff) | |
| download | vdr-plugin-plex-566851085370849464623667eec1005c3b0cddfa.tar.gz vdr-plugin-plex-566851085370849464623667eec1005c3b0cddfa.tar.bz2 | |
Added missing token {extratype}
Diffstat (limited to 'PVideo.cpp')
| -rw-r--r-- | PVideo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -284,6 +284,7 @@ void Video::AddTokens(std::shared_ptr<skindesignerapi::cOsdElement> 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<int> loopInfo; |
