diff --git a/src/common/AdaptiveStream.cpp b/src/common/AdaptiveStream.cpp index 199337568..cd5ecf193 100644 --- a/src/common/AdaptiveStream.cpp +++ b/src/common/AdaptiveStream.cpp @@ -1272,9 +1272,6 @@ size_t adaptive::AdaptiveStream::getSegmentPos() bool AdaptiveStream::waitingForSegment() const { - if (current_adp_->GetStreamType() == StreamType::SUBTITLE) - return false; - if ((m_tree->HasManifestUpdates() || m_tree->HasManifestUpdatesSegs()) && state_ == RUNNING) { std::lock_guard lckUpdTree(m_tree->GetTreeUpdMutex());