Skip to content

Commit

Permalink
Merge pull request #851 from CastagnaIT/remove_isa_prop
Browse files Browse the repository at this point in the history
[StreamUtils] Removed inputstream.adaptive.manifest_update_parameter
  • Loading branch information
phunkyfish committed Apr 12, 2024
2 parents dd73eed + 2c058a4 commit 17e6f13
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 17e6f13

Please sign in to comment.