Implemented cPlugin::Active()

This commit is contained in:
Klaus Schmidinger
2006-04-15 11:18:36 +02:00
parent 3d8a9c9653
commit 4ba450b737
9 changed files with 124 additions and 24 deletions

View File

@@ -4523,3 +4523,6 @@ Video Disk Recorder Revision History
- Fixed the vdr.1 man page (a single DVB card can record and do live tv).
- The preferred audio language is now automatically selected when starting replay.
- Updated the Danish OSD texts (thanks to Mogens Elneff).
- The new function cPlugin::Active() can be used by a plugin to indicate that it
is still busy and the system should not shut down or restart (based on a patch
from Peter Dittmann). See PLUGINS.html for details.