1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 20:12:41 +02:00

Fixed: Typo in Mapping Message

This commit is contained in:
Qstick 2020-08-02 00:31:42 -04:00
parent bd9a93eceb
commit 5c7e28a280

View File

@ -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";
}
}
}