diff options
| author | Johns <johns98@gmx.net> | 2013-02-17 20:44:10 +0100 |
|---|---|---|
| committer | Johns <johns98@gmx.net> | 2013-02-17 20:44:10 +0100 |
| commit | 63551118837f29d3a8b4cbbab8303e5d31f56861 (patch) | |
| tree | d782964e1b31e685f93aeb38d42af8655626cdee | |
| parent | 017dd4fbaa54954790f8d154a79f249fd47acd50 (diff) | |
| download | vdr-plugin-play-63551118837f29d3a8b4cbbab8303e5d31f56861.tar.gz vdr-plugin-play-63551118837f29d3a8b4cbbab8303e5d31f56861.tar.bz2 | |
Warning for not yet ready function.
| -rw-r--r-- | play.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1009,6 +1009,10 @@ eOSState cPlayMenu::ProcessKey(eKeys key) BrowserFilters = NULL; return osPlugin; // restart with OSD browser + case osUser2: + Skins.Message(mtStatus, tr("Function not working yet, use 3 or 4")); + return osContinue; + case osUser3: // play audio cdrom PlayFile("cdda://"); return osEnd; |
