mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
remove identifier from global scope
This commit is contained in:
parent
79cf0837a0
commit
0a7c782beb
2 changed files with 3 additions and 3 deletions
|
@ -1061,9 +1061,9 @@
|
|||
|
||||
identifyItem: function (itemId) {
|
||||
|
||||
require(['components/itemidentifier/itemidentifier'], function () {
|
||||
require(['components/itemidentifier/itemidentifier'], function (itemidentifier) {
|
||||
|
||||
ItemIdentifier.show(itemId);
|
||||
itemidentifier.show(itemId);
|
||||
});
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue