mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix code smell
This commit is contained in:
parent
2d2b99d3b9
commit
54206d9b28
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ export function getCurrentUserId() {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
export function onServerChanged(userId, accessToken, apiClient) {
|
export function onServerChanged(_userId, _accessToken, apiClient) {
|
||||||
ServerConnections.setLocalApiClient(apiClient);
|
ServerConnections.setLocalApiClient(apiClient);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue