mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Remove duplicate import
This commit is contained in:
parent
1085034c18
commit
9cf5b25111
1 changed files with 2 additions and 3 deletions
|
@ -33,7 +33,6 @@ import Dashboard from '../../scripts/clientUtils';
|
|||
import ServerConnections from '../../components/ServerConnections';
|
||||
import confirm from '../../components/confirm/confirm';
|
||||
import { download } from '../../scripts/fileDownloader';
|
||||
import LibraryMenu from '../../scripts/libraryMenu';
|
||||
|
||||
function autoFocus(container) {
|
||||
import('../../components/autoFocuser').then(({ default: autoFocuser }) => {
|
||||
|
@ -572,7 +571,7 @@ function renderDetailPageBackdrop(page, item, apiClient) {
|
|||
function reloadFromItem(instance, page, params, item, user) {
|
||||
const apiClient = ServerConnections.getApiClient(item.ServerId);
|
||||
|
||||
LibraryMenu.setTitle('');
|
||||
libraryMenu.setTitle('');
|
||||
|
||||
// Start rendering the artwork first
|
||||
renderImage(page, item);
|
||||
|
@ -2043,7 +2042,7 @@ export default function (view, params) {
|
|||
|
||||
if (e.detail.isRestored) {
|
||||
if (currentItem) {
|
||||
LibraryMenu.setTitle('');
|
||||
libraryMenu.setTitle('');
|
||||
renderTrackSelections(page, self, currentItem, true);
|
||||
renderBackdrop(currentItem);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue