Skip to content

Commit

Permalink
fix: FileStats -> Files type correction
Browse files Browse the repository at this point in the history
closes #96
  • Loading branch information
scttcper committed Jan 8, 2022
1 parent 6e6ff32 commit d26af2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export interface Torrent {
totalSize: number;
status: number;
trackers: Tracker[];
files: FileStats[];
files: Files[];
fileStats: FileStats[];
hashString: string;
creator: string;
Expand Down

0 comments on commit d26af2b

Please sign in to comment.