1
0
Fork 0
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:
Luke Pulverenti 2014-03-15 16:08:06 -04:00
parent a5f1fa7681
commit e3e1ab2db3
6 changed files with 280 additions and 11 deletions

View file

@ -96,7 +96,7 @@ var Dashboard = {
var userId;
if (autoLoginUserId && autoLoginUserId != storedUserId) {
localStorage.setItem("userId", autoLoginUserId);
ApiClient.currentUserId(autoLoginUserId);
}