1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

remove plugin configuration block for android devices

This commit is contained in:
dkanada 2019-02-26 02:56:18 +09:00
parent fa8eb4f34d
commit 2dd44178fa
3 changed files with 10 additions and 18 deletions

View file

@ -32,9 +32,6 @@ function pageIdOn(eventName, id, fn) {
})
}
var Dashboard = {
allowPluginPages: function(pluginId) {
return true;
},
getCurrentUser: function() {
return window.ApiClient.getCurrentUser(!1)
},