[PR #4842] [MERGED] Add JsonDateTimeConverter #10298

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/4842
Author: @crobibero
Created: 12/21/2020
Status: Merged
Merged: 12/22/2020
Merged by: @cvium

Base: masterHead: date-time-formatter


📝 Commits (2)

📊 Changes

2 files changed (+35 additions, -0 deletions)

View changed files

MediaBrowser.Common/Json/Converters/JsonDateTimeConverter.cs (+34 -0)
📝 MediaBrowser.Common/Json/JsonDefaults.cs (+1 -0)

📄 Description

Fixes https://github.com/jellyfin/jellyfin/issues/4654

Note that I still get "Indexing failed for Jellyfin" at the top, but everything seems to work fine.


🔄 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/4842 **Author:** [@crobibero](https://github.com/crobibero) **Created:** 12/21/2020 **Status:** ✅ Merged **Merged:** 12/22/2020 **Merged by:** [@cvium](https://github.com/cvium) **Base:** `master` ← **Head:** `date-time-formatter` --- ### 📝 Commits (2) - [`242b5a4`](https://github.com/jellyfin/jellyfin/commit/242b5a45ab198ba4ddcfa7cc9adb1c2217b455c7) Add JsonDateTimeConverter - [`d3b6a24`](https://github.com/jellyfin/jellyfin/commit/d3b6a24f78d7a70fc61fe0d479be4b5d3d57bd3f) Add JsonDateTimeConverter ### 📊 Changes **2 files changed** (+35 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `MediaBrowser.Common/Json/Converters/JsonDateTimeConverter.cs` (+34 -0) 📝 `MediaBrowser.Common/Json/JsonDefaults.cs` (+1 -0) </details> ### 📄 Description Fixes https://github.com/jellyfin/jellyfin/issues/4654 Note that I still get "Indexing failed for Jellyfin" at the top, but everything seems to work fine. --- <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:17:42 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10298