mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-31 21:08:27 +01:00
Make identify flag describe purpose, not source
This commit is contained in:
@@ -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