Added some notes
This commit is contained in:
parent
3fe5933358
commit
85b3187f3f
2 changed files with 2 additions and 0 deletions
|
|
@ -752,6 +752,7 @@ public class ExternalMetadataService : IExternalMetadataService
|
|||
{
|
||||
Name = w.Name,
|
||||
AniListId = ScrobblingService.ExtractId<int>(w.Url, ScrobblingService.AniListCharacterWebsite),
|
||||
// Can I tag links to resolve favicon? Need to parse html, rewrite the urls, then have a
|
||||
Description = StringHelper.CorrectUrls(StringHelper.RemoveSourceInDescription(StringHelper.SquashBreaklines(w.Description))),
|
||||
})
|
||||
.Concat(series.Metadata.People
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue