aboutsummaryrefslogtreecommitdiff
path: root/lib/service/servicedvb.h
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2009-08-08 15:20:56 +0200
committerghost <andreas.monzner@multimedia-labs.de>2009-08-08 15:20:56 +0200
commitc6de231f8b5fbd3656d65a4a62b12cdfbd546171 (patch)
tree079f1aa74a3e4c67ace23adf04df95dda9adf179 /lib/service/servicedvb.h
parent07242504e450410dbafb5c627434bddd1140ac51 (diff)
downloadenigma2-c6de231f8b5fbd3656d65a4a62b12cdfbd546171.tar.gz
enigma2-c6de231f8b5fbd3656d65a4a62b12cdfbd546171.zip
servicedvb.cpp: re-enable subtitles on live/timeshift transition
Diffstat (limited to 'lib/service/servicedvb.h')
-rw-r--r--lib/service/servicedvb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/service/servicedvb.h b/lib/service/servicedvb.h
index 6eba5064..b4d0f196 100644
--- a/lib/service/servicedvb.h
+++ b/lib/service/servicedvb.h
@@ -210,7 +210,7 @@ private:
Signal2<void,iPlayableService*,int> m_event;
/* pvr */
- int m_is_pvr, m_is_paused, m_timeshift_enabled, m_timeshift_active;
+ int m_is_pvr, m_is_paused, m_timeshift_enabled, m_timeshift_active, m_timeshift_changed;
int m_first_program_info;
std::string m_timeshift_file;