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

This commit is contained in:
bakerboy448 2021-12-17 21:41:14 -06:00 committed by GitHub
parent cfa93c0a92
commit 2d67247234
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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