Skip to content

Commit

Permalink
[StreamUtils] Removed inputstream.adaptive.manifest_update_parameter
Browse files Browse the repository at this point in the history
The "full" value support has been removed from InputStream Adaptive for Kodi 21,
because managed automatically
  • Loading branch information
CastagnaIT committed Apr 12, 2024
1 parent dd73eed commit 2c058a4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/iptvsimple/utilities/StreamUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ void StreamUtils::SetAllStreamProperties(std::vector<kodi::addon::PVRStreamPrope
properties.emplace_back("inputstream.adaptive.manifest_type", StreamUtils::GetManifestType(streamType));
if (streamType == StreamType::HLS || streamType == StreamType::DASH)
properties.emplace_back(PVR_STREAM_PROPERTY_MIMETYPE, StreamUtils::GetMimeType(streamType));
if (streamType == StreamType::DASH)
properties.emplace_back("inputstream.adaptive.manifest_update_parameter", "full");
}
}

Expand Down

0 comments on commit 2c058a4

Please sign in to comment.