mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 23:58:57 +00:00
Make identify flag describe purpose, not source
This commit is contained in:
@@ -28,9 +28,9 @@ namespace MediaBrowser.Controller.Providers
|
||||
public bool IsAutomated { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether the action is an identify.
|
||||
/// Gets or sets a value indicating whether old metadata should be removed if it isn't be replaced.
|
||||
/// </summary>
|
||||
public bool IsIdentify { get; set; }
|
||||
public bool RemoveOldMetadata { get; set; }
|
||||
|
||||
public bool IsReplacingImage(ImageType type)
|
||||
{
|
||||
|
||||
@@ -30,7 +30,7 @@ namespace MediaBrowser.Controller.Providers
|
||||
ReplaceAllImages = copy.ReplaceAllImages;
|
||||
ReplaceImages = copy.ReplaceImages;
|
||||
SearchResult = copy.SearchResult;
|
||||
IsIdentify = copy.IsIdentify;
|
||||
RemoveOldMetadata = copy.RemoveOldMetadata;
|
||||
|
||||
if (copy.RefreshPaths != null && copy.RefreshPaths.Length > 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user