mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
Use long for nzbx rageid
This commit is contained in:
parent
c3273b74e8
commit
dd930703e4
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ namespace NzbDrone.Core.Indexers.Nzbx
|
|||
public int CategoryId { get; set; }
|
||||
public string ImdbId { get; set; }
|
||||
public string AnidbId { get; set; }
|
||||
public int RageId { get; set; }
|
||||
public long RageId { get; set; }
|
||||
public int Comments { get; set; }
|
||||
public int Downloads { get; set; }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue