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

Update libraryMenu.js

Remove trailing space
This commit is contained in:
Chris 2021-01-11 21:42:48 -06:00 committed by GitHub
parent 52df57e833
commit 1b4bc83d24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -512,7 +512,6 @@ import Headroom from 'headroom.js';
}); });
addPluginPagesToMainMenu(links, pluginItems); addPluginPagesToMainMenu(links, pluginItems);
} }
return links; return links;
} }