diff options
-rw-r--r-- | radio.c | 1 | ||||
-rw-r--r-- | service.h | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -648,6 +648,7 @@ bool cPluginRadio::Service(const char *Id, void *Data) data->rds_title = conf.Convert(RTP_Title); data->rds_artist = conf.Convert(RTP_Artist); data->title_start = RTP_Starttime; + data->bitrate = radioAudio->bitrate; } return true; } @@ -29,6 +29,7 @@ struct RadioTextService_v1_1 { std::string rds_title; std::string rds_artist; time_t title_start; + std::string bitrate; }; #define RADIO_TEXT_SERVICE0 "RadioTextService-v1.0" |