mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
adjust audio direct play checks
This commit is contained in:
parent
4f904fd8d8
commit
ad29857eae
2 changed files with 3 additions and 2 deletions
|
@ -343,6 +343,7 @@
|
|||
|
||||
var url = serverAddress.replace('http', 'ws');
|
||||
url += "?api_key=" + accessToken;
|
||||
url += "&deviceId=" + deviceId;
|
||||
|
||||
webSocket = new WebSocket(url);
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<div data-role="content">
|
||||
<div class="content-primary">
|
||||
<br />
|
||||
<div class="detailSectionHeader" style="padding: 0 1em;">
|
||||
<div class="detailSectionHeader">
|
||||
<h3 style="margin:.6em 0;">
|
||||
<span style="vertical-align:middle;">${HeaderUsers}</span>
|
||||
<a data-role="button" data-icon="plus" href="usernew.html" data-inline="true" data-mini="true" data-iconpos="notext" style="margin: 0 .5em; vertical-align:middle;">
|
||||
|
@ -19,7 +19,7 @@
|
|||
</div>
|
||||
<div class="localUsers" style="text-align:left;margin-top:.5em;"></div>
|
||||
|
||||
<div class="detailSectionHeader" style="padding: 0 1em;margin-top:2.5em;">
|
||||
<div class="detailSectionHeader" style="margin-top:2.5em;">
|
||||
<h3 style="margin:.6em 0;">
|
||||
<span style="vertical-align:middle;">${HeaderGuests}</span>
|
||||
<a class="btnInvite" data-role="button" data-icon="plus" href="#" data-rel="popup" data-position-to="window" data-inline="true" data-mini="true" data-iconpos="notext" style="margin: 0 0 0 .5em; vertical-align:middle;">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue