mirror of
https://github.com/Radarr/Radarr
synced 2026-05-09 11:10:23 +02:00
As requested
Co-Authored-By: FuNK3Y <FuNK3Y@users.noreply.github.com>
This commit is contained in:
parent
e1fa7440da
commit
e439fb00b5
1 changed files with 0 additions and 1 deletions
|
|
@ -205,7 +205,6 @@ public override MetadataFileResult MovieMetadata(Movie movie, MovieFile movieFil
|
|||
}
|
||||
if (Settings.MovieMetadataURL)
|
||||
{
|
||||
_logger.Debug("Generating Movie Metadata URL for: {0}", Path.Combine(movie.Path, movieFile.RelativePath));
|
||||
|
||||
xmlResult += "https://www.themoviedb.org/movie/" + movie.TmdbId;
|
||||
xmlResult += Environment.NewLine;
|
||||
|
|
|
|||
Loading…
Reference in a new issue