Fix linting error

This commit is contained in:
Julien Machiels
2020-06-26 16:59:21 +02:00
committed by GitHub
parent fd863b26fe
commit 65cd810288
+1 -1
View File
@@ -1341,7 +1341,7 @@ define(['playbackManager', 'dom', 'inputManager', 'datetime', 'itemHelper', 'med
});
} catch (e) {
require(['appRouter'], function(appRouter) {
appRouter.goHome()
appRouter.goHome();
});
}
});