mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Added RSS support for torrents
This commit is contained in:
parent
89d603d71c
commit
82b06bab7a
59 changed files with 577 additions and 268 deletions
|
@ -22,7 +22,7 @@ namespace NzbDrone.Integration.Test
|
|||
{
|
||||
releaseResource.Age.Should().BeGreaterOrEqualTo(-1);
|
||||
releaseResource.Title.Should().NotBeBlank();
|
||||
releaseResource.NzbUrl.Should().NotBeBlank();
|
||||
releaseResource.DownloadUrl.Should().NotBeBlank();
|
||||
releaseResource.SeriesTitle.Should().NotBeBlank();
|
||||
//TODO: uncomment these after moving to restsharp for rss
|
||||
//releaseResource.NzbInfoUrl.Should().NotBeBlank();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue