Skip to content

Commit

Permalink
fix: collection info lost after merging
Browse files Browse the repository at this point in the history
Fixes #21
  • Loading branch information
AllanChain committed Nov 14, 2024
1 parent e777f18 commit 974932d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/arxiv-merge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { catchError } from "./error";
import { getPref } from "../utils/prefs";

export class arXivMerge {
static reservedKeys = ["dateAdded", "dateModified", "extra"];
static reservedKeys = ["collections", "dateAdded", "dateModified", "extra"];

@catchError
static registerRightClickMenuItem() {
Expand Down

0 comments on commit 974932d

Please sign in to comment.