first commit

This commit is contained in:
2026-02-09 10:48:21 +01:00
commit 15f28c0dd6
848 changed files with 107188 additions and 0 deletions

1
videos/photos.js Normal file
View File

@@ -0,0 +1 @@
define(["exports","./../modules/tabbedview/itemstab.js"],function(_exports,_itemstab){function PhotosTab(view,params,options){_itemstab.default.apply(this,arguments)}Object.defineProperty(_exports,"__esModule",{value:!0}),_exports.default=void 0,Object.assign(PhotosTab.prototype,_itemstab.default.prototype),PhotosTab.prototype.getSettingsKey=function(){return _itemstab.default.prototype.getSettingsKey.call(this)+"-photos"},PhotosTab.prototype.getItemTypes=function(){return["Photo"]},PhotosTab.prototype.loadTemplate=function(){return this.loadItemsTemplate()};_exports.default=PhotosTab});