mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
don't persist lazy loaded paths
This commit is contained in:
parent
ea97f1efcc
commit
18abc62bc9
15 changed files with 33 additions and 31 deletions
|
@ -108,7 +108,7 @@
|
|||
|
||||
html += "</div>";
|
||||
|
||||
html += "<div class='posterItemText' style='color:#000;font-weight:400;'>";
|
||||
html += "<div class='posterItemText' style='color:#000;font-weight:400;font-size:15px;'>";
|
||||
html += plugin.price > 0 ? "$" + plugin.price.toFixed(2) : "Free";
|
||||
html += Dashboard.getStoreRatingHtml(plugin.avgRating, plugin.id, plugin.name);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue