import globalize from"./../modules/common/globalize.js";import TabbedView from"./../modules/tabbedview/tabbedview.js";function getTabs(){return[{name:globalize.translate("Library"),id:"library"},{name:globalize.translate("Advanced"),id:"advanced"}]}function LibrarySetupView(view,params){TabbedView.apply(this,arguments)}Object.assign(LibrarySetupView.prototype,TabbedView.prototype),LibrarySetupView.prototype.getTabs=getTabs,LibrarySetupView.prototype.loadTabController=function(id){return Emby.importModule("./librarysetup/"+id+"tab.js")};export default LibrarySetupView;