Skip to content

Commit

Permalink
换成 long
Browse files Browse the repository at this point in the history
  • Loading branch information
paulzzh authored Nov 21, 2024
1 parent cbdc428 commit a1b05e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public final class QBittorrentTorrent implements Torrent {
private String category;

@SerializedName("completed")
private Long completed;
private long completed;
//
// @SerializedName("completion_on")
// private Long completionOn;
Expand Down

0 comments on commit a1b05e0

Please sign in to comment.