Skip to content

Commit 828c2dd

Browse files
authored
Merge pull request #558 from fireph/fix-first-load-plex
Fix first load of /admin for Plex server
2 parents a64590d + 9bbad9e commit 828c2dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/admin.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
</div>
6666
</nav>
6767

68-
<div id="content">
68+
<div id="content" hx-get="/invite" hx-trigger="load" hx-swap="innerHTML">
6969
{% include "admin/invite.html" %}
7070
</div>
7171

0 commit comments

Comments
 (0)