1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
This commit is contained in:
Mister Rajoy 2020-08-18 21:35:47 +02:00
parent 3ddb08d973
commit 7334430e68

View file

@ -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) {