mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update plugin page
This commit is contained in:
parent
88a1dde4fb
commit
50ae4035c5
7 changed files with 20 additions and 19 deletions
|
@ -144,7 +144,7 @@
|
|||
|
||||
if (pkg.richDescUrl) {
|
||||
$('#pViewWebsite', page).show();
|
||||
$('#pViewWebsite a', page)[0].href = pkg.richDescUrl;
|
||||
$('#pViewWebsite a', page).attr('href', pkg.richDescUrl);
|
||||
} else {
|
||||
$('#pViewWebsite', page).hide();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue