mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-19 22:04:56 -04:00
@@ -0,0 +1,14 @@
|
||||
namespace NzbDrone.Core.Extras.Metadata.Files
|
||||
{
|
||||
public class ImageFileResult
|
||||
{
|
||||
public string RelativePath { get; set; }
|
||||
public string Url { get; set; }
|
||||
|
||||
public ImageFileResult(string relativePath, string url)
|
||||
{
|
||||
RelativePath = relativePath;
|
||||
Url = url;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user