mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #3418] [MERGED] Minor changes #9511
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/3418
Author: @Bond-009
Created: 6/22/2020
Status: ✅ Merged
Merged: 6/23/2020
Merged by: @dkanada
Base:
master← Head:minor3📝 Commits (1)
3d42f37Minor changes📊 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
nullwith 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.