Merge pull request #1488 from jellyfin/dkanada-patch-1

Fix redirect issue on video player
This commit is contained in:
dkanada 2020-06-28 05:50:14 +09:00 committed by GitHub
commit d8baca6d4a
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) {
appRouter.showDirect('/');
appRouter.goHome();
});
}
});