Skip to content

Commit a57dde8

Browse files
authored
Remove photos_library_path selector (#202)
1 parent 1c79615 commit a57dde8

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/store/features.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ const selectFeatureValue = (state: RootState, name: string) => selectById(state,
4040
export const selectFeatureMaxFileSizeToThumbnail = (state: RootState) =>
4141
selectFeatureValue(state, 'max_file_size_to_thumbnail') as number;
4242

43-
export const selectPhotosLibraryPath = (state: RootState) =>
44-
(selectFeatureValue(state, 'photos_library_path') as string | undefined) ?? '.';
45-
4643
export const selectFeatureSharedLinksEnabled = (state: RootState) =>
4744
selectFeatureValue(state, 'shared_links_enabled') as boolean;
4845

0 commit comments

Comments
 (0)