diff options
| author | Carey Metcalfe <carey@cmetcalfe.ca> | 2020-01-19 00:51:02 -0500 |
|---|---|---|
| committer | Carey Metcalfe <carey@cmetcalfe.ca> | 2020-01-19 01:37:52 -0500 |
| commit | f2eea89ff084111a4a90bfefdb6def68165e6025 (patch) | |
| tree | 3b2462a01ef269be88189df0e476c01566317dc3 /CONTRIBUTORS.md | |
| parent | c618f3f8eb4ab58004dea94cd475438e555ce461 (diff) | |
Fix pagination for DLNA root folder list
Previously, when responding to a DLNA "Browse" request, the
`StartingIndex` was not respected and all of the root items were
returned each time. This caused infinite loops with in DLNA clients that
ignored the `TotalMatches` data in the response and just continued
asking for the next page until they got an empty response.
This fix makes the root folder list respect the `StartingIndex` and
`RequestedCount` parameters like all other responses.
Fixes issue #2303
Diffstat (limited to 'CONTRIBUTORS.md')
| -rw-r--r-- | CONTRIBUTORS.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 458944778..800b3d51f 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -32,6 +32,7 @@ - [nevado](https://github.com/nevado) - [mark-monteiro](https://github.com/mark-monteiro) - [ullmie02](https://github.com/ullmie02) + - [pR0Ps](https://github.com/pR0Ps) # Emby Contributors |
