mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #3232] [MERGED] Add Dictionary with non-string keys to System.Text.Json #9389
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/3232
Author: @crobibero
Created: 6/2/2020
Status: ✅ Merged
Merged: 6/3/2020
Merged by: @crobibero
Base:
api-migration← Head:api-json-dictionary📝 Commits (2)
01a5103Add Dictionary with non-string keys to System.Text.Json8b59934remove extra Clear call📊 Changes
4 files changed (+165 additions, -0 deletions)
View changed files
📝
Jellyfin.Server/Extensions/ApiServiceCollectionExtensions.cs(+26 -0)➕
MediaBrowser.Common/Json/Converters/JsonNonStringKeyDictionaryConverter.cs(+78 -0)➕
MediaBrowser.Common/Json/Converters/JsonNonStringKeyDictionaryConverterFactory.cs(+60 -0)📝
MediaBrowser.Common/Json/JsonDefaults.cs(+1 -0)📄 Description
Attempt 2, hopefully with fewer commit breakage.
#2967 Depends on this
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.