Fixed: Grab from Search page

This commit is contained in:
Qstick
2021-03-09 23:51:58 -05:00
parent b41c911092
commit 6d25b468ce
4 changed files with 23 additions and 14 deletions

View File

@@ -27,5 +27,6 @@ namespace NzbDrone.Core.IndexerSearch
public string title { get; set; }
public string configured { get; set; }
public string source { get; set; }
public string server { get; set; }
}
}