mirror of
https://github.com/Readarr/Readarr
synced 2026-02-14 18:53:04 +01:00
parent
a3ae2359f5
commit
e188c9aac0
1 changed files with 1 additions and 1 deletions
|
|
@ -275,7 +275,7 @@ public void SetFields(BookFile file, CalibreSettings settings, bool updateCover
|
|||
|
||||
var updatedPath = GetOriginalFormat(updated.Formats);
|
||||
|
||||
if (updatedPath != file.Path)
|
||||
if (updatedPath != null && updatedPath != file.Path)
|
||||
{
|
||||
_rootFolderWatchingService.ReportFileSystemChangeBeginning(updatedPath);
|
||||
file.Path = updatedPath;
|
||||
|
|
|
|||
Loading…
Reference in a new issue