mirror of
https://github.com/lidarr/Lidarr
synced 2025-02-25 15:22:42 +00:00
New: Clarify path used in Kodi update logging
(cherry picked from commit 9713c36960faa594558e6877f99d56a95efdcc0d) Closes #3851
This commit is contained in:
parent
7df40b1200
commit
f35c8a6a26
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ private void UpdateLibrary(XbmcSettings settings, Artist artist)
|
|||
|
||||
if (artistPath != null)
|
||||
{
|
||||
_logger.Debug("Updating artist {0} (Path: {1}) on XBMC host: {2}", artist, artistPath, settings.Address);
|
||||
_logger.Debug("Updating artist {0} (Kodi Path: {1}) on XBMC host: {2}", artist, artistPath, settings.Address);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue