jellyfin/Emby.Dlna/ContentDirectory
Carey Metcalfe f2eea89ff0 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
2020-01-19 01:37:52 -05:00
..
ContentDirectory.cs * Add support for multi segment base urls 2019-11-25 11:55:24 +01:00
ContentDirectoryXmlBuilder.cs Visual Studio Reformat: Emby.Dlna 2019-01-13 20:16:19 +01:00
ControlHandler.cs Fix pagination for DLNA root folder list 2020-01-19 01:37:52 -05:00
ServiceActionListBuilder.cs Visual Studio Reformat: Emby.Dlna 2019-01-13 20:16:19 +01:00