[PR #2266] [MERGED] Try to fix nullreff #9053

Closed
opened 2026-02-07 05:55:18 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/2266
Author: @Bond-009
Created: 1/12/2020
Status: Merged
Merged: 1/14/2020
Merged by: @dkanada

Base: masterHead: nullref2


📝 Commits (5)

📊 Changes

7 files changed (+154 additions, -31 deletions)

View changed files

📝 MediaBrowser.Api/Playback/MediaInfoService.cs (+16 -27)
📝 MediaBrowser.MediaEncoding/Probing/MediaStreamInfo.cs (+1 -1)
📝 MediaBrowser.Model/Dto/MediaSourceInfo.cs (+1 -0)
📝 tests/Jellyfin.MediaEncoding.Tests/EncoderValidatorTestsData.cs (+3 -3)
tests/Jellyfin.MediaEncoding.Tests/FFprobeParserTests.cs (+22 -0)
📝 tests/Jellyfin.MediaEncoding.Tests/Jellyfin.MediaEncoding.Tests.csproj (+6 -0)
tests/Jellyfin.MediaEncoding.Tests/Test Data/ffprobe1.json (+105 -0)

📄 Description

Try to fix d217f1614e (commitcomment-36764469)


🔄 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/2266 **Author:** [@Bond-009](https://github.com/Bond-009) **Created:** 1/12/2020 **Status:** ✅ Merged **Merged:** 1/14/2020 **Merged by:** [@dkanada](https://github.com/dkanada) **Base:** `master` ← **Head:** `nullref2` --- ### 📝 Commits (5) - [`da5893b`](https://github.com/jellyfin/jellyfin/commit/da5893b0f14c6d1efec77e105a6240b241a1c412) Try to fix nullreff - [`84d1b12`](https://github.com/jellyfin/jellyfin/commit/84d1b12530b4c53910b300b040fe5f316523427e) Attempt #2 - [`93ab829`](https://github.com/jellyfin/jellyfin/commit/93ab829df523c36a44ffa2f9caaf96505a2b2e5c) Attempt #3 - [`56f580c`](https://github.com/jellyfin/jellyfin/commit/56f580cdf6eb1a84275a582c4dc7dfb8245cc347) Add test to prevent regressions - [`cf13e89`](https://github.com/jellyfin/jellyfin/commit/cf13e89ad6d086cc20acd877a76df23900b222a9) Update MediaBrowser.Api/Playback/MediaInfoService.cs ### 📊 Changes **7 files changed** (+154 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.Api/Playback/MediaInfoService.cs` (+16 -27) 📝 `MediaBrowser.MediaEncoding/Probing/MediaStreamInfo.cs` (+1 -1) 📝 `MediaBrowser.Model/Dto/MediaSourceInfo.cs` (+1 -0) 📝 `tests/Jellyfin.MediaEncoding.Tests/EncoderValidatorTestsData.cs` (+3 -3) ➕ `tests/Jellyfin.MediaEncoding.Tests/FFprobeParserTests.cs` (+22 -0) 📝 `tests/Jellyfin.MediaEncoding.Tests/Jellyfin.MediaEncoding.Tests.csproj` (+6 -0) ➕ `tests/Jellyfin.MediaEncoding.Tests/Test Data/ffprobe1.json` (+105 -0) </details> ### 📄 Description Try to fix https://github.com/jellyfin/jellyfin/commit/d217f1614e1fb93d1549ff4b7fad7bfbdcba6204#commitcomment-36764469 --- <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 05:55:18 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9053