[PR #3418] [MERGED] Minor changes #9511

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/3418
Author: @Bond-009
Created: 6/22/2020
Status: Merged
Merged: 6/23/2020
Merged by: @dkanada

Base: masterHead: minor3


📝 Commits (1)

📊 Changes

4 files changed (+22 additions, -32 deletions)

View changed files

📝 Emby.Server.Implementations/Updates/InstallationManager.cs (+6 -12)
📝 MediaBrowser.Common/Updates/IInstallationManager.cs (+1 -2)
📝 MediaBrowser.Model/Configuration/BaseApplicationConfiguration.cs (+13 -13)
📝 MediaBrowser.Model/Updates/RepositoryInfo.cs (+2 -5)

📄 Description

Minor improvements.

The properties of RepositoryInfo can be set to null with the API, this shouldn't be possible. I think we should add a DTO, validate all properties and map to RepositoryInfo.


🔄 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/3418 **Author:** [@Bond-009](https://github.com/Bond-009) **Created:** 6/22/2020 **Status:** ✅ Merged **Merged:** 6/23/2020 **Merged by:** [@dkanada](https://github.com/dkanada) **Base:** `master` ← **Head:** `minor3` --- ### 📝 Commits (1) - [`3d42f37`](https://github.com/jellyfin/jellyfin/commit/3d42f3753889f15f7013d0216f577a7ba6e3120c) Minor changes ### 📊 Changes **4 files changed** (+22 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/Updates/InstallationManager.cs` (+6 -12) 📝 `MediaBrowser.Common/Updates/IInstallationManager.cs` (+1 -2) 📝 `MediaBrowser.Model/Configuration/BaseApplicationConfiguration.cs` (+13 -13) 📝 `MediaBrowser.Model/Updates/RepositoryInfo.cs` (+2 -5) </details> ### 📄 Description Minor improvements. The properties of RepositoryInfo can be set to `null` with the API, this shouldn't be possible. I think we should add a DTO, validate all properties and map to RepositoryInfo. --- <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:03:28 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9511