mirror of
https://github.com/Sonarr/Sonarr
synced 2025-02-22 22:21:33 +00:00
Fixed: Improved messaging when episode file was detected as deleted from disk
This commit is contained in:
parent
cfa93c0a92
commit
2d67247234
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue