mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-11-24 11:43:07 +01:00
Fixed: Improved messaging when episode file was detected as deleted from disk
This commit is contained in:
parent
cfa93c0a92
commit
2d67247234
@ -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 New Issue
Block a user