ShokoAnime / Shokofin

Repository for Shokofin, a plugin that brings Shoko to Jellyfin.
https://shokoanime.com
MIT License
149 stars 18 forks source link

Collection Overview has incorrect format for links #71

Closed sannidhyaroy closed 3 months ago

sannidhyaroy commented 3 months ago
Jellyfin Collections Page

Issue:

Shokofin sets incorrect format for links in the overview section for collections. There are no such issues for shows and movies.

Explanation:

Jellyfin supports embedding links in the overview section, in a similar way we write in markdown like [link text](link address) and Shokofin takes advantage of it, but for collections, it uses a format like link address [link text], which is an invalid format.

DETAILS: Shoko Server: v4.2.2.0 Stable Shokofin: v4.1.1.0 Stable

revam commented 3 months ago

It's because we didn't sanitize the group description. Thanks for the report.

revam commented 3 months ago

Though next time, please use the issue template. 😔