mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-19 21:44:30 -04:00
@@ -0,0 +1,11 @@
|
||||
using NzbDrone.Core.Extras.Files;
|
||||
|
||||
namespace NzbDrone.Core.Extras.Metadata.Files
|
||||
{
|
||||
public class MetadataFile : ExtraFile
|
||||
{
|
||||
public string Hash { get; set; }
|
||||
public string Consumer { get; set; }
|
||||
public MetadataType Type { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user