This share link is no longer valid.
Ce lien de partage n'est plus valide.
Taking you to the home page...
Open Jellyfin
""";
return new ContentResult
{
StatusCode = StatusCodes.Status404NotFound,
ContentType = "text/html; charset=utf-8",
Content = html
};
}
///