1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
This commit is contained in:
MrTimscampi 2020-08-13 15:37:09 +02:00
parent ed4e733a64
commit ce74cb0602

View file

@ -323,7 +323,6 @@ class AppRouter {
} }
import('text!' + url).then(({default: html}) => { import('text!' + url).then(({default: html}) => {
console.warn(html)
this.loadContent(ctx, route, html, request); this.loadContent(ctx, route, html, request);
}); });
} }