Merge pull request #562 from hawken93/misc_fix

Fix error with uppercase photo extension and fix typo in a log line
This commit is contained in:
Joshua M. Boniface
2019-01-13 15:49:05 -05:00
committed by GitHub
2 changed files with 6 additions and 5 deletions

View File

@@ -156,7 +156,7 @@ namespace Emby.Server.Implementations.IO
continue;
}
Logger.LogInformation("{name} ({path}}) will be refreshed.", item.Name, item.Path);
Logger.LogInformation("{name} ({path}) will be refreshed.", item.Name, item.Path);
try
{