mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #6929] [MERGED] Use JsonContent where possible #11200
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/6929
Author: @Bond-009
Created: 12/1/2021
Status: ✅ Merged
Merged: 12/2/2021
Merged by: @crobibero
Base:
master← Head:jsoncontent📝 Commits (2)
beafd6eUse JsonContent where possible40be86eUse PostAsJsonAsync where possible📊 Changes
7 files changed (+21 additions, -39 deletions)
View changed files
📝
Emby.Server.Implementations/LiveTv/Listings/SchedulesDirect.cs(+4 -5)📝
MediaBrowser.Model/Configuration/LibraryOptions.cs(+1 -0)📝
tests/Jellyfin.Server.Integration.Tests/AuthHelper.cs(+3 -3)📝
tests/Jellyfin.Server.Integration.Tests/Controllers/DlnaControllerTests.cs(+4 -9)📝
tests/Jellyfin.Server.Integration.Tests/Controllers/MediaStructureControllerTests.cs(+3 -6)📝
tests/Jellyfin.Server.Integration.Tests/Controllers/StartupControllerTests.cs(+3 -6)📝
tests/Jellyfin.Server.Integration.Tests/Controllers/UserControllerTests.cs(+3 -10)📄 Description
Should reduce the # of allocated bytes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.