mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-06 16:55:49 +00:00
Use long for nzbx rageid
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user