mirror of
https://github.com/Readarr/Readarr
synced 2026-01-01 05:03:13 +01:00
New: Show Hardlink/Copy in manual import
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
parent
4399724e97
commit
05b25429dc
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ const filterExistingFilesOptions = {
|
|||
|
||||
const importModeOptions = [
|
||||
{ key: 'move', value: 'Move Files' },
|
||||
{ key: 'copy', value: 'Copy Files' }
|
||||
{ key: 'copy', value: 'Hardlink/Copy Files' }
|
||||
];
|
||||
|
||||
const SELECT = 'select';
|
||||
|
|
|
|||
Loading…
Reference in a new issue