remove appservices page in favor of plugin catalog

This commit is contained in:
dkanada 2019-03-06 17:53:44 +09:00
parent 07673d0ae6
commit 579fbe90c8
9 changed files with 7 additions and 125 deletions

View file

@ -74,16 +74,6 @@ define(["globalize", "loading", "libraryMenu", "dom", "emby-input", "emby-button
})
}
function getTabs() {
return [{
href: "livetvstatus.html",
name: globalize.translate("TabDevices")
}, {
href: "appservices.html?context=livetv",
name: globalize.translate("TabServices")
}]
}
function onTypeChange() {
var value = this.value,
view = dom.parentWithClass(this, "page"),