EmbyCrackedClient/web/games/gamestab.js
2025-06-25 11:46:04 +08:00

1 line
No EOL
507 B
JavaScript

import ItemsTab from"./../modules/tabbedview/itemstab.js";function GamesTab(view,params,options){ItemsTab.apply(this,arguments)}Object.assign(GamesTab.prototype,ItemsTab.prototype),GamesTab.prototype.loadTemplate=function(){return this.loadItemsTemplate()},GamesTab.prototype.supportsAlphaPicker=function(){return!0},GamesTab.prototype.getSettingsKey=function(){return ItemsTab.prototype.getSettingsKey.call(this)+"-games"},GamesTab.prototype.getItemTypes=function(){return["Game"]};export default GamesTab;