mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
set context with sync services
This commit is contained in:
parent
90804e8145
commit
2ad634f791
7 changed files with 36 additions and 6 deletions
|
@ -78,6 +78,10 @@
|
|||
}
|
||||
|
||||
var href = plugin.externalUrl ? plugin.externalUrl : "addplugin.html?name=" + encodeURIComponent(plugin.name) + "&guid=" + plugin.guid;
|
||||
|
||||
if (options.context) {
|
||||
href += "&context=" + options.context;
|
||||
}
|
||||
var target = plugin.externalUrl ? ' target="_blank"' : '';
|
||||
|
||||
html += "<div class='card backdropCard alternateHover bottomPaddedCard'>";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue