Skip to content

Commit 7562535

Browse files
committed
Remove username/password/token from args
1 parent 055e21e commit 7562535

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

src/lib/defaults.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ export const defaultSubChannels: Record<string, Channels> = {
2727
};
2828

2929
export const defaultArgs: Args = {
30-
username: "",
31-
password: "",
32-
token: "",
3330
headless: false,
3431
updateCheck: true,
3532
plexUsername: "",

src/lib/types.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ export type SubscriptionSettings = {
2626
};
2727

2828
export type Args = {
29-
username: string;
30-
password: string;
31-
token: string;
3229
headless: boolean;
3330
updateCheck: boolean;
3431
plexUsername: string;

0 commit comments

Comments
 (0)