mirror of
https://github.com/Sonarr/Sonarr
synced 2026-04-22 05:03:00 +02: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…
Reference in a new issue