From c68045cd0e25af5d44768e1ae13652a954f8bdaa Mon Sep 17 00:00:00 2001 From: Jade Macho Date: Mon, 4 Nov 2024 23:43:36 +0100 Subject: [PATCH] Fix JadefinUtils.routePathIsVideo (broken with JF 10.10) --- JadefinUtils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JadefinUtils.js b/JadefinUtils.js index 82f9374..191abf3 100644 --- a/JadefinUtils.js +++ b/JadefinUtils.js @@ -29,7 +29,7 @@ export default JadefinIntegrity("JadefinUtils", import.meta.url, () => window["J } get routePath() { - return JadefinModules.Emby.Page.currentRouteInfo?.path; + return JadefinModules.Emby.Page.lastPath; } get routePathIsVideo() {