remove deprecated settings from server config

This commit is contained in:
dkanada
2021-02-12 21:58:37 +09:00
parent 76d66e0dee
commit 9fcdbd4c4b
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)
{