Updated clang format, and restored dsd file handling that was actually broken
This commit is contained in:
@@ -39,7 +39,7 @@ namespace lms::transcoding
|
||||
|
||||
private:
|
||||
Wt::Http::ResponseContinuation* processRequest(const Wt::Http::Request& request, Wt::Http::Response& response) override;
|
||||
void abort() override{};
|
||||
void abort() override {};
|
||||
|
||||
static constexpr std::size_t _chunkSize{ 262'144 };
|
||||
std::optional<std::size_t> _estimatedContentLength;
|
||||
|
||||
Reference in New Issue
Block a user