db.cpp : 'Load Bouquets' support for non dvb services.
[vuplus_dvbapp] / lib / service / servicemp3.cpp
index edcc42a..6aac29e 100644 (file)
@@ -696,6 +696,8 @@ RESULT eServiceMP3::isCurrentlySeekable()
                return 0;
        if (m_state != stRunning)
                return 0;
+       if (m_sourceinfo.is_streaming)
+               return 0;
 
        g_object_get (G_OBJECT (m_gst_playbin), "video-sink", &sink, NULL);