mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 07:57:44 -04:00
8 lines
186 B
C#
8 lines
186 B
C#
namespace NzbDrone.Core.Parser.Model
|
|
{
|
|
public class TorrentInfo : ReleaseInfo
|
|
{
|
|
public string MagnetUrl { get; set; }
|
|
public string InfoHash { get; set; }
|
|
}
|
|
} |