mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge e1c96ff313
into 7d84185d0e
This commit is contained in:
commit
e85b462efd
1 changed files with 6 additions and 0 deletions
|
@ -2141,6 +2141,12 @@ export default function (view, params) {
|
||||||
...currentItem,
|
...currentItem,
|
||||||
...selectedMediaSource
|
...selectedMediaSource
|
||||||
});
|
});
|
||||||
|
|
||||||
|
const apiClient = getApiClient();
|
||||||
|
|
||||||
|
apiClient.getItem(apiClient.getCurrentUserId(), selectedMediaSource.Id).then(function (item) {
|
||||||
|
currentItem = item;
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
init();
|
init();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue