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

apply code suggestions

This commit is contained in:
dkanada 2020-06-26 23:47:14 +09:00 committed by GitHub
parent 29eb217a0d
commit fd863b26fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1341,7 +1341,7 @@ define(['playbackManager', 'dom', 'inputManager', 'datetime', 'itemHelper', 'med
});
} catch (e) {
require(['appRouter'], function(appRouter) {
window.location.href = 'index.html';
appRouter.goHome()
});
}
});