mirror of
https://github.com/Radarr/Radarr
synced 2026-02-10 00:32:41 +01:00
parent
3b46a08606
commit
65c316bd6d
1 changed files with 0 additions and 1 deletions
|
|
@ -86,7 +86,6 @@ private void UpdateMovieLibrary(XbmcSettings settings, Movie movie)
|
|||
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue