mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
auto-organize fixes
This commit is contained in:
parent
8b6fc3f6a2
commit
d459b97a21
@ -304,7 +304,7 @@ namespace MediaBrowser.Server.Implementations.FileOrganization
|
|||||||
|
|
||||||
if (otherDuplicatePaths.Count > 0)
|
if (otherDuplicatePaths.Count > 0)
|
||||||
{
|
{
|
||||||
var msg = string.Format("File '{0}' already exists as '{1}', stopping organization", sourcePath, otherDuplicatePaths);
|
var msg = string.Format("File '{0}' already exists as these:'{1}'. Stopping organization", sourcePath, string.Join("', '", otherDuplicatePaths));
|
||||||
_logger.Info(msg);
|
_logger.Info(msg);
|
||||||
result.Status = FileSortingStatus.SkippedExisting;
|
result.Status = FileSortingStatus.SkippedExisting;
|
||||||
result.StatusMessage = msg;
|
result.StatusMessage = msg;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user