mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
apply suggestion
This commit is contained in:
parent
b7d9dba32f
commit
09fe6b4d3b
3 changed files with 5 additions and 5 deletions
|
@ -357,7 +357,7 @@ import 'cardStyle';
|
|||
|
||||
loading.show();
|
||||
|
||||
import('text!./itemidentifier.template.html').then(({default: template}) => {
|
||||
return import('text!./itemidentifier.template.html').then(({default: template}) => {
|
||||
|
||||
const apiClient = getApiClient();
|
||||
|
||||
|
@ -446,7 +446,7 @@ import 'cardStyle';
|
|||
currentItem = null;
|
||||
currentItemType = itemType;
|
||||
|
||||
import('text!./itemidentifier.template.html').then(({default: template}) => {
|
||||
return import('text!./itemidentifier.template.html').then(({default: template}) => {
|
||||
|
||||
const dialogOptions = {
|
||||
size: 'small',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue