[PR #4916] [MERGED] Change converter log level #10153

Closed
opened 2025-12-22 07:53:14 +01:00 by backuprepo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/4916
Author: @crobibero
Created: 1/1/2021
Status: Merged
Merged: 1/1/2021
Merged by: @Bond-009

Base: masterHead: model-binder-log-level


📝 Commits (1)

  • 1b89479 Change log level for converters

📊 Changes

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

View changed files

📝 Jellyfin.Api/ModelBinders/CommaDelimitedArrayModelBinder.cs (+1 -1)
📝 Jellyfin.Api/ModelBinders/NullableEnumModelBinder.cs (+1 -1)
📝 Jellyfin.Api/ModelBinders/PipeDelimitedArrayModelBinder.cs (+1 -1)
📝 MediaBrowser.Common/Json/Converters/JsonCommaDelimitedArrayConverter.cs (+1 -1)
📝 MediaBrowser.Common/Json/Converters/JsonPipeDelimitedArrayConverter.cs (+1 -1)

📄 Description

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

The logs aren't really errors, just notifications for the client to update the parameters they're sending.


🔄 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/4916 **Author:** [@crobibero](https://github.com/crobibero) **Created:** 1/1/2021 **Status:** ✅ Merged **Merged:** 1/1/2021 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `model-binder-log-level` --- ### 📝 Commits (1) - [`1b89479`](https://github.com/jellyfin/jellyfin/commit/1b894798b172c65ec27ff56a607b8f11b695b735) Change log level for converters ### 📊 Changes **5 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Api/ModelBinders/CommaDelimitedArrayModelBinder.cs` (+1 -1) 📝 `Jellyfin.Api/ModelBinders/NullableEnumModelBinder.cs` (+1 -1) 📝 `Jellyfin.Api/ModelBinders/PipeDelimitedArrayModelBinder.cs` (+1 -1) 📝 `MediaBrowser.Common/Json/Converters/JsonCommaDelimitedArrayConverter.cs` (+1 -1) 📝 `MediaBrowser.Common/Json/Converters/JsonPipeDelimitedArrayConverter.cs` (+1 -1) </details> ### 📄 Description Fixes https://github.com/jellyfin/jellyfin/issues/4915 The logs aren't really errors, just notifications for the client to update the parameters they're sending. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
backuprepo 2025-12-22 07:53:14 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: starred/jellyfin#10153
No description provided.