summaryrefslogtreecommitdiff
path: root/Directory.cpp
diff options
context:
space:
mode:
authorchriszero <zerov83@gmail.com>2015-06-15 19:24:37 +0200
committerchriszero <zerov83@gmail.com>2015-06-15 19:24:37 +0200
commit6db4cc525bed890576f81569c1406cc5f385db7a (patch)
tree60e6fa31f18edcdd9cb35a8f3dbc33b73a1db0ba /Directory.cpp
parent2f8f188916f06876e009f459447f85c3ea1b93af (diff)
downloadvdr-plugin-plex-6db4cc525bed890576f81569c1406cc5f385db7a.tar.gz
vdr-plugin-plex-6db4cc525bed890576f81569c1406cc5f385db7a.tar.bz2
Corrected tokens from last commit.
Diffstat (limited to 'Directory.cpp')
-rw-r--r--Directory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Directory.cpp b/Directory.cpp
index 4c24b7a..1f4c8b3 100644
--- a/Directory.cpp
+++ b/Directory.cpp
@@ -111,7 +111,7 @@ void Directory::AddTokens(std::shared_ptr<skindesignerapi::cOsdElement> grid, bo
map<string, string> gernes;
for(auto it = m_vGenre.begin(); it != m_vGenre.end(); it++) {
- roles["genre"] = *it;
+ gernes["genre"] = *it;
}
grid->AddLoopToken("genres", gernes);