mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #2304] [MERGED] Fix pagination for DLNA root folder list #9073
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/2304
Author: @pR0Ps
Created: 1/19/2020
Status: ✅ Merged
Merged: 1/20/2020
Merged by: @JustAMan
Base:
master← Head:master📝 Commits (1)
f2eea89Fix pagination for DLNA root folder list📊 Changes
2 files changed (+3 additions, -2 deletions)
View changed files
📝
CONTRIBUTORS.md(+1 -0)📝
Emby.Dlna/ContentDirectory/ControlHandler.cs(+2 -2)📄 Description
Previously, when responding to a DLNA "Browse" request, the
StartingIndexwas not respected and all of the root items were returned each time. This caused infinite loops with in DLNA clients that ignored theTotalMatchesdata 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
StartingIndexandRequestedCountparameters like all other responses.Fixes issue #2303
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.