mirror of
https://github.com/Sonarr/Sonarr
synced 2025-03-15 08:29:27 +00:00
New: Show Hardlink/Copy in manual import
This commit is contained in:
parent
6af5f2b528
commit
ac407ca2c0
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,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…
Add table
Reference in a new issue