mirror of
https://github.com/Radarr/Radarr
synced 2025-02-25 07:32:56 +00:00
Fixed: Typo in Mapping Message
This commit is contained in:
parent
bd9a93eceb
commit
5c7e28a280
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ public string Message
|
|||
return
|
||||
$"Failed to map movie, found title {RemoteMovie.ParsedMovieInfo.MovieTitle}, expected one of: {RemoteMovie.Movie.Title}{comma}{string.Join(", ", RemoteMovie.Movie.AlternativeTitles)}";
|
||||
default:
|
||||
return $"Failed to map movie for unkown reasons";
|
||||
return $"Failed to map movie for unknown reasons";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue