Merge pull request #5216 from jellyfin/remove-old-settings

remove deprecated settings from server config
This commit is contained in:
dkanada
2021-02-13 10:52:50 +09:00
committed by GitHub
3 changed files with 1 additions and 15 deletions

View File

@@ -79,11 +79,6 @@ namespace Emby.Server.Implementations.Library.Resolvers.Audio
return new MusicArtist();
}
if (_config.Configuration.EnableSimpleArtistDetection)
{
return null;
}
// Avoid mis-identifying top folders
if (args.Parent.IsRoot)
{