mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
adjust startup sequences
This commit is contained in:
parent
0a225d099d
commit
e2ebee7c31
7 changed files with 193 additions and 142 deletions
|
@ -591,7 +591,7 @@
|
|||
|
||||
var clientLowered = connection.Client.toLowerCase();
|
||||
|
||||
if (clientLowered == "dashboard" || clientLowered == "emby web client") {
|
||||
if (clientLowered == "dashboard" || clientLowered == "emby web client" || clientLowered == "emby mobile") {
|
||||
|
||||
var device = connection.DeviceName.toLowerCase();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue