mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
store chapter image date modified
This commit is contained in:
parent
8c175cbbbd
commit
6e90fe1460
8 changed files with 38 additions and 22 deletions
|
@ -19,6 +19,9 @@ define(['loading', 'viewManager', 'skinManager', 'pluginManager', 'backdrop', 'b
|
|||
showSearch: function () {
|
||||
skinManager.getCurrentSkin().search();
|
||||
},
|
||||
showGenre: function (options) {
|
||||
skinManager.getCurrentSkin().showGenre(options);
|
||||
},
|
||||
showGuide: function () {
|
||||
skinManager.getCurrentSkin().showGuide();
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue