X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/1ae245b75a8c3c36ef6b0871a7d92b242656269a..983b1c68de5a56ec171d409d1d56ff786cc24bdf:/lib/service/servicedvb.cpp diff --git a/lib/service/servicedvb.cpp b/lib/service/servicedvb.cpp index bf7ead8e..6e2d9610 100644 --- a/lib/service/servicedvb.cpp +++ b/lib/service/servicedvb.cpp @@ -251,7 +251,9 @@ RESULT eDVBPVRServiceOfflineOperations::getListOfFilenames(std::listgetDVBS(osat)) { - void PutToDict(PyObject *dict, const char*key, long value); + void PutToDict(PyObject *, const char*, long); + void PutToDict(PyObject *, const char*, const char*); PutToDict(ret, "orbital_position", osat.orbital_position); const char *tmp = "UNKNOWN"; switch(osat.polarisation) @@ -1435,6 +1441,7 @@ void eDVBServicePlay::switchToTimeshift() r.path = m_timeshift_file; m_service_handler_timeshift.tune(r, 1, m_cue); /* use the decoder demux for everything */ + updateDecoder(); /* mainly to switch off PCR */ } void eDVBServicePlay::updateDecoder()