Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jean-Francois Dockes
upmpdcli
Commits
efb4082b
Commit
efb4082b
authored
Jan 01, 2017
by
Jean-Francois Dockes
Browse files
return proper TotalMatches for Kazoo
parent
36a1919f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mediaserver/cdplugins/plgwithslave.cxx
View file @
efb4082b
...
...
@@ -376,7 +376,7 @@ int ContentCacheEntry::toResult(const string& classfilter, int stidx, int cnt,
res
[
i
].
upnpClass
<<
" tt "
<<
res
[
i
].
title
<<
endl
);
entries
.
push_back
(
res
[
i
]);
}
return
total
;
return
res
.
size
()
;
}
class
ContentCache
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment