mirror of
https://github.com/Radarr/Radarr
synced 2025-12-30 04:06:39 +01:00
Fixed: Improve Kodi Library Update logging
This commit is contained in:
parent
25837adfc7
commit
d61f914bd7
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ private void UpdateLibrary(XbmcSettings settings, Movie movie)
|
|||
|
||||
if (moviePath != null)
|
||||
{
|
||||
_logger.Debug("Updating movie {0} (Path: {1}) on Kodi host: {2}", movie, moviePath, settings.Address);
|
||||
_logger.Debug("Updating movie {0} (Kodi path: {1}) on Kodi host: {2}", movie, moviePath, settings.Address);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue