1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-07-02 10:22:21 +02:00

fix wrong type for ConvertDbLinkToId()

This commit is contained in:
flb 2024-02-09 20:59:00 +01:00
parent 2b1838517c
commit 467ff799fc

View File

@ -407,7 +407,7 @@ public MovieMetadata MapMovieToTmdbMovie(MovieMetadata movie)
} }
} }
private List<Movie> ConvertDbLinkToId(string title) private string ConvertDbLinkToId(string title)
{ {
var match = ImdbIdRegex.Match(title); var match = ImdbIdRegex.Match(title);
if (match.Success) if (match.Success)