1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-18 21:35:27 -04: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';