mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #6453] [CLOSED] Simplify logic in MediaSourceInfo #10970
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/6453
Author: @GodTamIt
Created: 8/19/2021
Status: ❌ Closed
Base:
master← Head:simplify-mediasourceinfo📝 Commits (1)
1326268Simplify logic in MediaSourceInfo📊 Changes
5 files changed (+80 additions, -126 deletions)
View changed files
📝
CONTRIBUTORS.md(+1 -0)📝
Jellyfin.Api/Helpers/MediaInfoHelper.cs(+2 -2)📝
MediaBrowser.MediaEncoding/Subtitles/SubtitleEncoder.cs(+2 -2)📝
MediaBrowser.Model/Dto/MediaSourceInfo.cs(+51 -98)📝
tests/Jellyfin.MediaEncoding.Tests/Probing/ProbeResultNormalizerTests.cs(+24 -24)📄 Description
Changes
This change cleans up the logic inside
MediaSourceInfo.cs. As part of the change, the file will no longer have to disable the nullable context.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.