db/plugins/upnp/ContentDirectoryService: add missing closing curly brace
This commit is contained in:
@@ -77,8 +77,8 @@ ContentDirectoryService::readDirSlice(UpnpClient_Handle hdl,
|
|||||||
{"BrowseFlag", "BrowseDirectChildren"},
|
{"BrowseFlag", "BrowseDirectChildren"},
|
||||||
{"Filter", "*"},
|
{"Filter", "*"},
|
||||||
{"SortCriteria", ""},
|
{"SortCriteria", ""},
|
||||||
{"StartingIndex", fmt::format_int{offset}.c_str(),
|
{"StartingIndex", fmt::format_int{offset}.c_str()},
|
||||||
{"RequestedCount", fmt::format_int{count).c_str()},
|
{"RequestedCount", fmt::format_int{count}.c_str()},
|
||||||
};
|
};
|
||||||
std::vector<std::pair<std::string, std::string>> responseData;
|
std::vector<std::pair<std::string, std::string>> responseData;
|
||||||
int errcode;
|
int errcode;
|
||||||
|
Reference in New Issue
Block a user