[PR #6929] [MERGED] Use JsonContent where possible #11200

Closed
opened 2026-02-07 06:34:09 +03:00 by OVERLORD · 0 comments
Owner

📋 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: masterHead: jsoncontent


📝 Commits (2)

  • beafd6e Use JsonContent where possible
  • 40be86e Use 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/6929 **Author:** [@Bond-009](https://github.com/Bond-009) **Created:** 12/1/2021 **Status:** ✅ Merged **Merged:** 12/2/2021 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `jsoncontent` --- ### 📝 Commits (2) - [`beafd6e`](https://github.com/jellyfin/jellyfin/commit/beafd6eaabf7baa7c478b4a0ef131ddc480b368a) Use JsonContent where possible - [`40be86e`](https://github.com/jellyfin/jellyfin/commit/40be86eec0fa7f43b64d05f30adcfab88ad3c402) Use PostAsJsonAsync where possible ### 📊 Changes **7 files changed** (+21 additions, -39 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Should reduce the # of allocated bytes --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:34:09 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#11200