mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update dialogs
This commit is contained in:
parent
fb358ecdb7
commit
14c155bdc1
11 changed files with 135 additions and 108 deletions
|
@ -1457,9 +1457,11 @@ define(['datetime', 'imageLoader', 'connectionManager', 'itemHelper', 'mediaInfo
|
|||
var value = listItemsMoreButton.getAttribute('data-indexvalue');
|
||||
var parentid = listItemsMoreButton.getAttribute('data-parentid');
|
||||
|
||||
Emby.Page.showGenre({
|
||||
ParentId: parentid,
|
||||
Id: value
|
||||
require(['embyRouter'], function (embyRouter) {
|
||||
embyRouter.showGenre({
|
||||
ParentId: parentid,
|
||||
Id: value
|
||||
});
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue