X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/1d7e5720b3e8653604323b981e37af1f6aa61709..f0443899863b438efb88a57db829ce3ffc87da76:/lib/nav/core.h diff --git a/lib/nav/core.h b/lib/nav/core.h index 8b9502d3..b71a0fd1 100644 --- a/lib/nav/core.h +++ b/lib/nav/core.h @@ -25,7 +25,8 @@ public: evNewService, /** a new "current" service was just started */ evPlayFailed, /** the next service (in playlist) or the one given in playService failed to play */ evPlaylistDone, /** the last service in the playlist was just played */ - evUpdatedEventInfo /** the "currently running" event info was updated */ + evUpdatedEventInfo, /** the "currently running" event info was updated */ + evUpdatedInfo /** the program info of this service was updated */ }; RESULT playService(const eServiceReference &service);