1
0
Fork 0
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:
Mark McDowall 2019-08-16 00:05:22 -07:00
parent 6af5f2b528
commit ac407ca2c0

View file

@ -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';