[PR #7175] [MERGED] Ignore JSON serialization for special features of movie. #11295

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/7175
Author: @dmitrylyzo
Created: 1/14/2022
Status: Merged
Merged: 1/14/2022
Merged by: @Bond-009

Base: masterHead: fix-self-locking


📝 Commits (1)

  • f28384b Ignore JSON serialization for special features of movie.

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 MediaBrowser.Controller/Entities/Movies/Movie.cs (+1 -0)

📄 Description

Continuation of #7136

Changes
Add JsonIgnore to special features of movie.

Issues
When refreshing the metadata of the video with a local trailer, the server gets stuck trying to read the database and save the item at the same time.


🔄 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/7175 **Author:** [@dmitrylyzo](https://github.com/dmitrylyzo) **Created:** 1/14/2022 **Status:** ✅ Merged **Merged:** 1/14/2022 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `fix-self-locking` --- ### 📝 Commits (1) - [`f28384b`](https://github.com/jellyfin/jellyfin/commit/f28384ba3068bf22654dbda943a42dde37b98c5d) Ignore JSON serialization for special features of movie. ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.Controller/Entities/Movies/Movie.cs` (+1 -0) </details> ### 📄 Description _Continuation of #7136_ **Changes** Add `JsonIgnore` to special features of movie. **Issues** When refreshing the metadata of the video with a local trailer, the server gets stuck trying to read the database and save the item at the same time. --- <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:35:53 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#11295