mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-25 22:36:59 -04:00
f77a2feeef
* Stylecop Rules and Fixes
10 lines
201 B
C#
10 lines
201 B
C#
namespace NzbDrone.Core.Indexers
|
|
{
|
|
public class RssEnclosure
|
|
{
|
|
public string Url { get; set; }
|
|
public string Type { get; set; }
|
|
public long Length { get; set; }
|
|
}
|
|
}
|