mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add dlna pause fix
This commit is contained in:
parent
a5f1fa7681
commit
e3e1ab2db3
6 changed files with 280 additions and 11 deletions
|
@ -96,7 +96,7 @@ var Dashboard = {
|
|||
var userId;
|
||||
|
||||
if (autoLoginUserId && autoLoginUserId != storedUserId) {
|
||||
|
||||
|
||||
localStorage.setItem("userId", autoLoginUserId);
|
||||
ApiClient.currentUserId(autoLoginUserId);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue