mirror of
https://github.com/Lidarr/Lidarr
synced 2026-04-22 20:51:36 +02:00
Fixed: Improved messaging when track file was detected as deleted from disk
Closes #2541
This commit is contained in:
parent
26efcced35
commit
0a52be5c9e
1 changed files with 1 additions and 1 deletions
|
|
@ -264,7 +264,7 @@ function HistoryDetails(props) {
|
|||
reasonMessage = 'File was deleted by via UI';
|
||||
break;
|
||||
case 'MissingFromDisk':
|
||||
reasonMessage = 'Lidarr was unable to find the file on disk so it was removed';
|
||||
reasonMessage = 'Lidarr was unable to find the file on disk so the file was unlinked from the album/track in the database';
|
||||
break;
|
||||
case 'Upgrade':
|
||||
reasonMessage = 'File was deleted to import an upgrade';
|
||||
|
|
|
|||
Loading…
Reference in a new issue