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

update auto-organize popup

This commit is contained in:
Luke Pulverenti 2016-02-09 13:44:07 -05:00
parent 06c88752b1
commit 95dadd9829
9 changed files with 51 additions and 67 deletions

View file

@ -1940,6 +1940,7 @@ var AppInfo = {};
define("paper-slider", ["html!" + bowerPath + "/paper-slider/paper-slider.html"]);
define("paper-tabs", ["html!" + bowerPath + "/paper-tabs/paper-tabs.html"]);
define("paper-menu", ["html!" + bowerPath + "/paper-menu/paper-menu.html"]);
define("paper-material", ["html!" + bowerPath + "/paper-material/paper-material.html"]);
define("paper-dialog", ["html!" + bowerPath + "/paper-dialog/paper-dialog.html"]);
define("paper-dialog-scrollable", ["html!" + bowerPath + "/paper-dialog-scrollable/paper-dialog-scrollable.html"]);
define("paper-button", ["html!" + bowerPath + "/paper-button/paper-button.html"]);