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

create new directory for image assets

This commit is contained in:
dkanada 2019-03-22 02:58:34 -07:00
parent 9aa027dcfb
commit 161892a54e
11 changed files with 5 additions and 31 deletions

View file

@ -600,7 +600,7 @@ var AppInfo = {};
} else {
if (browser.iOS) {
require(['css!devices/ios/ios.css']);
require(['css!css/ios.css']);
}
window.Emby.Page = appRouter;