1
0
mirror of https://github.com/Radarr/Radarr synced 2025-10-06 05:52:46 +02:00

Fixed: Smb paths fail on Kodi update

Fixes #7854
This commit is contained in:
Qstick
2022-12-09 22:04:50 -06:00
committed by GitHub
parent 3b46a08606
commit 65c316bd6d

View File

@@ -86,7 +86,6 @@ namespace NzbDrone.Core.Notifications.Xbmc
if (moviePath != null)
{
moviePath = new OsPath(moviePath).Directory.FullPath.TrimEnd(Path.DirectorySeparatorChar, Path.AltDirectorySeparatorChar);
_logger.Debug("Updating movie {0} (Path: {1}) on XBMC host: {2}", movie, moviePath, settings.Address);
}
else