upload file

This commit is contained in:
goduser 2025-06-25 11:46:04 +08:00
commit 76e4ad35be
1570 changed files with 418989 additions and 0 deletions

1
web/music/albums.js Normal file
View file

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