mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #4391] [MERGED] Support IReadOnlyList for JsonCommaDelimitedArrayConverter #10050
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/4391
Author: @crobibero
Created: 10/29/2020
Status: ✅ Merged
Merged: 11/6/2020
Merged by: @cvium
Base:
master← Head:converter-ireadonlylist📝 Commits (1)
42c2ab9Support 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.