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

Fix bug reporter by sonarqube

This commit is contained in:
MrTimscampi 2020-05-30 19:49:19 +02:00
parent 55a049678e
commit 88a39a10e5

View file

@ -67,7 +67,7 @@ function serve() {
}
});
watch(options.apploader.query, apploader(true));
watch(options.apploader.query, apploader());
watch('src/bundle.js', webpack);