[PR #4391] [MERGED] Support IReadOnlyList for JsonCommaDelimitedArrayConverter #10050

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/4391
Author: @crobibero
Created: 10/29/2020
Status: Merged
Merged: 11/6/2020
Merged by: @cvium

Base: masterHead: converter-ireadonlylist


📝 Commits (1)

  • 42c2ab9 Support IReadOnlyList for JsonCommaDelimitedArrayConverter

📊 Changes

5 files changed (+128 additions, -17 deletions)

View changed files

📝 MediaBrowser.Common/Json/Converters/JsonCommaDelimitedArrayConverterFactory.cs (+2 -2)
📝 tests/Jellyfin.Common.Tests/Json/JsonCommaDelimitedArrayTests.cs (+13 -13)
tests/Jellyfin.Common.Tests/Json/JsonCommaDelimitedIReadOnlyListTests.cs (+92 -0)
📝 tests/Jellyfin.Common.Tests/Models/GenericBodyArrayModel.cs (+2 -2)
tests/Jellyfin.Common.Tests/Models/GenericBodyIReadOnlyListModel.cs (+19 -0)

📄 Description

No description provided


🔄 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/4391 **Author:** [@crobibero](https://github.com/crobibero) **Created:** 10/29/2020 **Status:** ✅ Merged **Merged:** 11/6/2020 **Merged by:** [@cvium](https://github.com/cvium) **Base:** `master` ← **Head:** `converter-ireadonlylist` --- ### 📝 Commits (1) - [`42c2ab9`](https://github.com/jellyfin/jellyfin/commit/42c2ab97e7292cb8b61ec5dce2b2201450756d81) Support IReadOnlyList for JsonCommaDelimitedArrayConverter ### 📊 Changes **5 files changed** (+128 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.Common/Json/Converters/JsonCommaDelimitedArrayConverterFactory.cs` (+2 -2) 📝 `tests/Jellyfin.Common.Tests/Json/JsonCommaDelimitedArrayTests.cs` (+13 -13) ➕ `tests/Jellyfin.Common.Tests/Json/JsonCommaDelimitedIReadOnlyListTests.cs` (+92 -0) 📝 `tests/Jellyfin.Common.Tests/Models/GenericBodyArrayModel.cs` (+2 -2) ➕ `tests/Jellyfin.Common.Tests/Models/GenericBodyIReadOnlyListModel.cs` (+19 -0) </details> ### 📄 Description _No description provided_ --- <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:13:10 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10050