mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-14 11:23:42 +02:00
Use long for nzbx rageid
This commit is contained in:
parent
c3273b74e8
commit
dd930703e4
@ -36,7 +36,7 @@ public class NzbxRecentItem
|
||||
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…
Reference in New Issue
Block a user