Fixed: Improved messaging when episode file was detected as deleted from disk

pull/4812/head
bakerboy448 2 years ago committed by GitHub
parent cfa93c0a92
commit 2d67247234
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -207,7 +207,7 @@ function HistoryDetails(props) {
reasonMessage = 'File was deleted by via UI';
break;
case 'MissingFromDisk':
reasonMessage = 'Sonarr was unable to find the file on disk so it was removed';
reasonMessage = 'Sonarr was unable to find the file on disk so the file was unlinked from the episode in the database';
break;
case 'Upgrade':
reasonMessage = 'File was deleted to import an upgrade';

Loading…
Cancel
Save