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

fix merge conflicts

This commit is contained in:
vitorsemeano 2019-02-28 21:41:24 +00:00
parent bf408ae9aa
commit 0b099806a7

View file

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