diff --git a/lib/libflute b/lib/libflute index 53622c9..93a45a7 160000 --- a/lib/libflute +++ b/lib/libflute @@ -1 +1 @@ -Subproject commit 53622c98f494776e432d940fc809aba6ed63f140 +Subproject commit 93a45a79ee916f6f56363cffe14f81948cbb2b95 diff --git a/src/Middleware.cpp b/src/Middleware.cpp index 3d908ed..34e050a 100644 --- a/src/Middleware.cpp +++ b/src/Middleware.cpp @@ -64,7 +64,7 @@ void MBMS_RT::Middleware::tick_handler() auto files = service->fileList(); for (const auto& file : files) { //_downloaded_files.insert_or_assign(file.location(), file); - if (file->meta().content_location.find("bootstrap.multipart") != std::string::npos && service->isServiceAnnouncement()) { + if (service->isServiceAnnouncement()) { if (!service->bootstrapped()) { service->tryParseBootstrapFile(file->buffer()); }