diff options
| author | Mladen Horvat <acid-burn@opendreambox.org> | 2009-12-07 14:32:38 +0100 |
|---|---|---|
| committer | Mladen Horvat <acid-burn@opendreambox.org> | 2009-12-07 14:32:38 +0100 |
| commit | c76c1366714e6f834d89034c2ecf434d7658bc2b (patch) | |
| tree | 60e573000fb506933aa5869da92ecdb46ce54482 /lib/service/servicedvb.cpp | |
| parent | 28d283c49a8791cc84d70877275f232d5cb526ce (diff) | |
| parent | 296b611baa6c7d557522449147dfa020cea9cc18 (diff) | |
| download | enigma2-c76c1366714e6f834d89034c2ecf434d7658bc2b.tar.gz enigma2-c76c1366714e6f834d89034c2ecf434d7658bc2b.zip | |
Merge branch 'experimental' of acidburn@git.opendreambox.org:/git/enigma2 into experimental
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 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) |
