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