aboutsummaryrefslogtreecommitdiff
path: root/lib/service/servicedvb.cpp
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2009-11-05 11:37:29 +0100
committerghost <andreas.monzner@multimedia-labs.de>2009-12-03 18:00:31 +0100
commit15b64dc4fbead7b5c15cb309a82914f79ae78b0a (patch)
tree58510082d4737065d1c7503dca873f4836c38b22 /lib/service/servicedvb.cpp
parent9fba96095af3d4a6b1b596893f4e005dc0b6f16d (diff)
downloadenigma2-15b64dc4fbead7b5c15cb309a82914f79ae78b0a.tar.gz
enigma2-15b64dc4fbead7b5c15cb309a82914f79ae78b0a.zip
disable fast winding for non TS mediafiles until we have a usable solution for this..
Diffstat (limited to 'lib/service/servicedvb.cpp')
-rw-r--r--lib/service/servicedvb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/service/servicedvb.cpp b/lib/service/servicedvb.cpp
index f85ce9cc..16d09bc6 100644
--- a/lib/service/servicedvb.cpp
+++ b/lib/service/servicedvb.cpp
@@ -1385,7 +1385,7 @@ RESULT eDVBServicePlay::setTrickmode(int trick)
RESULT eDVBServicePlay::isCurrentlySeekable()
{
- return m_is_pvr || m_timeshift_active;
+ return m_is_pvr || m_timeshift_active ? 3 : 0; // fast forward/backward possible and seeking possible
}
RESULT eDVBServicePlay::frontendInfo(ePtr<iFrontendInformation> &ptr)