We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 475f0fd commit 0005d89Copy full SHA for 0005d89
src/docks/filtersdock.cpp
@@ -92,7 +92,7 @@ void FiltersDock::setCurrentFilter(QmlFilter *filter, QmlMetadata *meta, int ind
92
m_producer.setProducer(filter->producer());
93
if (mlt_service_playlist_type != filter->producer().type() && MLT.producer()
94
&& MLT.producer()->is_valid())
95
- m_producer.seek(MLT.producer()->position());
+ onSeeked(MLT.producer()->position());
96
} else {
97
Mlt::Producer emptyProducer(mlt_producer(0));
98
m_producer.setProducer(emptyProducer);
0 commit comments