store and use previous selected audio pid
[enigma2.git] / lib / service / event.cpp
index 8a75b9e989fa4a8bc007a91f6708cf3b0b4ee7ff..f84c38b7ed250580458cb65ecc75a975da8afb58 100644 (file)
@@ -163,6 +163,7 @@ RESULT eServiceEvent::parseFrom(Event *evt, int tsidonid)
                (stime_bcd >> 8)&0xFF,
                stime_bcd & 0xFF
        );
+       m_event_id = evt->getEventId();
        m_duration = fromBCD(duration>>16)*3600+fromBCD(duration>>8)*60+fromBCD(duration);
        std::string country="de_DE";  // TODO use local data here
        for (int i=0; i < MAX_LANG; i++)