mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 09:14:45 +03:00
add more data to media report
This commit is contained in:
@@ -229,7 +229,19 @@ namespace MediaBrowser.Controller.Entities
|
||||
}
|
||||
}
|
||||
|
||||
public bool IsUnidentified { get; set; }
|
||||
[IgnoreDataMember]
|
||||
public bool IsUnidentified
|
||||
{
|
||||
get
|
||||
{
|
||||
if (ProviderIds.Any())
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the locked fields.
|
||||
|
||||
Reference in New Issue
Block a user