Skip to content

Commit

Permalink
include isSeed in pages
Browse files Browse the repository at this point in the history
  • Loading branch information
ikreymer committed Feb 13, 2025
1 parent 3588357 commit 80e8671
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export type PageEntry = {
favIconUrl?: string;
wacz?: string;
waczhash?: string;
isSeed?: boolean;

pos?: number;
// [TODO]
Expand Down
1 change: 1 addition & 0 deletions src/wacz/multiwacz.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1058,6 +1058,7 @@ export class MultiWACZ
favIconUrl,
wacz: filename,
waczhash,
isSeed
});
if (isSeed) {
const set: Set<string> =
Expand Down

0 comments on commit 80e8671

Please sign in to comment.