mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-30 03:38:26 -07: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 = [
|
const importModeOptions = [
|
||||||
{ key: 'move', value: 'Move Files' },
|
{ key: 'move', value: 'Move Files' },
|
||||||
{ key: 'copy', value: 'Copy Files' }
|
{ key: 'copy', value: 'Hardlink/Copy Files' }
|
||||||
];
|
];
|
||||||
|
|
||||||
const SELECT = 'select';
|
const SELECT = 'select';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue