--- radioinfo-0.2.0/radioinfo.c (Revision 2) +++ radioinfo-0.2.0/radioinfo.c (Arbeitskopie) @@ -204,7 +204,7 @@ //----------------------------------------------------------------------------- -void cPluginRadioinfo::ChannelSwitch(const cDevice* Device, int ChannelNumber) +void cPluginRadioinfo::ChannelSwitch(const cDevice* Device, int ChannelNumber, bool LiveView) { if (Device != cDevice::PrimaryDevice()) return; --- radioinfo-0.2.0/radioinfo.h (Revision 2) +++ radioinfo-0.2.0/radioinfo.h (Arbeitskopie) @@ -58,7 +58,7 @@ static cPluginRadioinfo* currentRadioInfo; protected: - virtual void ChannelSwitch(const cDevice* Device, int ChannelNumber); + virtual void ChannelSwitch(const cDevice* Device, int ChannelNumber, bool LiveView); private: void FindPid(void);