mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Refactor
This commit is contained in:
parent
3ddb08d973
commit
7334430e68
1 changed files with 1 additions and 1 deletions
|
@ -1937,7 +1937,7 @@ import 'emby-select';
|
||||||
function onMoreCommandsClick() {
|
function onMoreCommandsClick() {
|
||||||
var button = this;
|
var button = this;
|
||||||
var selectedItem = currentItem;
|
var selectedItem = currentItem;
|
||||||
apiClient.getItem(apiClient.getCurrentUserId(),view.querySelector('.selectSource').value).then(function (item) {
|
apiClient.getItem(apiClient.getCurrentUserId(), view.querySelector('.selectSource').value).then(function (item) {
|
||||||
selectedItem = item;
|
selectedItem = item;
|
||||||
|
|
||||||
apiClient.getCurrentUser().then(function (user) {
|
apiClient.getCurrentUser().then(function (user) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue