mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update RegisterItem
This commit is contained in:
parent
674a50ac18
commit
c216a7ecdc
2 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
define(['appSettings', 'appStorage', 'libraryBrowser', 'apphost', 'itemHelper', 'mediaInfo'], function (appSettings, appStorage, LibraryBrowser, appHost, itemHelper, mediaInfo) {
|
||||
define(['appSettings', 'appStorage', 'libraryBrowser', 'apphost', 'itemHelper'], function (appSettings, appStorage, LibraryBrowser, appHost, itemHelper) {
|
||||
|
||||
function isClickable(target) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue