X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/b455ca34e1ab4a716e1b2f0c7228fb235b577ce4..83a674f998012f616a3ed7e7b7043e498fd93e09:/lib/service/iservice.h diff --git a/lib/service/iservice.h b/lib/service/iservice.h index c477f11d..c35313f0 100644 --- a/lib/service/iservice.h +++ b/lib/service/iservice.h @@ -593,7 +593,7 @@ class iTimeshiftService: public iObject #endif public: virtual RESULT startTimeshift()=0; - virtual RESULT stopTimeshift()=0; + virtual RESULT stopTimeshift(bool swToLive=true)=0; virtual int isTimeshiftActive()=0; /* this essentially seeks to the relative end of the timeshift buffer */