Make identify flag describe purpose, not source

This commit is contained in:
Joe Rogers
2022-01-08 14:03:59 +01:00
parent b17fe35e2e
commit b43f46d5c9
4 changed files with 6 additions and 8 deletions

View File

@@ -264,7 +264,7 @@ namespace Jellyfin.Api.Controllers
ReplaceAllMetadata = true,
ReplaceAllImages = replaceAllImages,
SearchResult = searchResult,
IsIdentify = true
RemoveOldMetadata = true
},
CancellationToken.None).ConfigureAwait(false);