mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #3455] [MERGED] Use constructor to set optimal config values #9540
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/3455
Author: @dkanada
Created: 6/26/2020
Status: ✅ Merged
Merged: 6/26/2020
Merged by: @dkanada
Base:
master← Head:values📝 Commits (1)
83ae4d0use constructor to set optimal config values📊 Changes
5 files changed (+4 additions, -118 deletions)
View changed files
📝
Emby.Server.Implementations/Collections/CollectionManager.cs(+0 -56)📝
Emby.Server.Implementations/Configuration/ServerConfigurationManager.cs(+0 -57)📝
Jellyfin.Api/Controllers/StartupController.cs(+0 -1)📝
MediaBrowser.Controller/Configuration/IServerConfigurationManager.cs(+0 -2)📝
MediaBrowser.Model/Configuration/ServerConfiguration.cs(+4 -2)📄 Description
This was breaking my initial
SimpleArtistDetectionfix so I removed the whole thing because it seems useless. I didn't test the collection upgrade removal but it also seems like a migration routine that is way too old for us to care about.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.