Skip to content

Commit

Permalink
Add season url (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
scampower3 authored Jul 13, 2024
1 parent a3e485a commit ee9d432
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class TvdbSeasonExternalId : IExternalId
public ExternalIdMediaType? Type => ExternalIdMediaType.Season;

/// <inheritdoc />
public string? UrlFormatString => null;
public string UrlFormatString => TvdbUtils.TvdbBaseUrl + "dereferrer/season/{0}";

/// <inheritdoc />
public bool Supports(IHasProviderIds item) => item is Season;
Expand Down

0 comments on commit ee9d432

Please sign in to comment.