Skip to content

Commit

Permalink
Remove "Sync MyList" frequency setting (#1140)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshithmohan authored Nov 14, 2024
1 parent 0e340e2 commit 6b9a108
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
9 changes: 0 additions & 9 deletions src/pages/firstrun/MetadataSourcesTabs/AniDBTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ function AniDBTab({ setStatus }: Props) {
MyList_SetUnwatched,
MyList_SetWatched,
MyList_StorageState,
MyList_UpdateFrequency,
} = newSettings.AniDb;

const handleInputChange: React.ChangeEventHandler<HTMLInputElement | HTMLSelectElement> = (event) => {
Expand Down Expand Up @@ -179,14 +178,6 @@ function AniDBTab({ setStatus }: Props) {
>
<UpdateFrequencyValues />
</SelectSmall>
<SelectSmall
label="Sync Mylist"
id="MyList_UpdateFrequency"
value={MyList_UpdateFrequency}
onChange={handleInputChange}
>
<UpdateFrequencyValues />
</SelectSmall>
<SelectSmall
label="Files With Missing Info"
id="File_UpdateFrequency"
Expand Down
11 changes: 0 additions & 11 deletions src/pages/settings/tabs/AniDBSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ function AniDBSettings() {
MyList_SetUnwatched,
MyList_SetWatched,
MyList_StorageState,
MyList_UpdateFrequency,
Notification_HandleMovedFiles,
Notification_UpdateFrequency,
Password,
Expand Down Expand Up @@ -263,16 +262,6 @@ function AniDBSettings() {
<UpdateFrequencyValues />
</SelectSmall>
</div>
<div className="flex items-center justify-between">
<span>Sync Mylist</span>
<SelectSmall
id="sync-mylist"
value={MyList_UpdateFrequency}
onChange={event => updateSetting('AniDb', 'MyList_UpdateFrequency', event.target.value)}
>
<UpdateFrequencyValues />
</SelectSmall>
</div>
<div className="flex items-center justify-between">
<span>Files With Missing Info</span>
<SelectSmall
Expand Down

0 comments on commit 6b9a108

Please sign in to comment.