summaryrefslogtreecommitdiff
path: root/plex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plex.cpp')
-rw-r--r--plex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plex.cpp b/plex.cpp
index 7a74c3d..8ee152c 100644
--- a/plex.cpp
+++ b/plex.cpp
@@ -90,7 +90,7 @@ bool cMyPlugin::Start(void)
skindesignerapi::cTokenContainer *tkWatch = new skindesignerapi::cTokenContainer();
cPlexSdOsd::DefineTokens(eViewElementsRoot::watch, tkWatch);
- m_pPlugStruct->RegisterViewElement((int)eViews::rootView, (int)eViewElementsRoot::watch, "watch", tkWatch);
+ m_pPlugStruct->RegisterViewElement((int)eViews::rootView, (int)eViewElementsRoot::watch, "time", tkWatch);
skindesignerapi::cTokenContainer *tkMessage = new skindesignerapi::cTokenContainer();
cPlexSdOsd::DefineTokens(eViewElementsRoot::message, tkMessage);