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

1 line
No EOL
455 B
JavaScript

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