diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-11-05 11:37:29 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-11-05 11:37:29 +0100 |
| commit | b643641e2c6288eff61d0346a3dda82bd820b3b7 (patch) | |
| tree | d29fc06215b58721a020da7d49b0da7709cbd586 /lib/service/servicedvb.cpp | |
| parent | aaeba87c8ee1b528dc9660dab9c6980155e878d4 (diff) | |
| download | enigma2-b643641e2c6288eff61d0346a3dda82bd820b3b7.tar.gz enigma2-b643641e2c6288eff61d0346a3dda82bd820b3b7.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.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/service/servicedvb.cpp b/lib/service/servicedvb.cpp index 1a28fbdd..ddc675e6 100644 --- a/lib/service/servicedvb.cpp +++ b/lib/service/servicedvb.cpp @@ -1370,7 +1370,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) |
