Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
kookxiang committed Oct 28, 2021
1 parent 797d24b commit 109cd0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jellyfin.Plugin.Bangumi/Providers/ExternalPersionId.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ public bool Supports(IHasProviderIds item)

public ExternalIdMediaType? Type => ExternalIdMediaType.Person;

public string UrlFormatString => "https://bgm.tv/character/{0}";
public string UrlFormatString => "https://bgm.tv/person/{0}";
}
}

0 comments on commit 109cd0c

Please sign in to comment.