Fix JadefinUtils.routePathIsVideo (broken with JF 10.10)

This commit is contained in:
Jade Macho 2024-11-04 23:43:36 +01:00
parent a2bba80a09
commit c68045cd0e
Signed by: 0x0ade
GPG Key ID: E1960710FE4FBEEF

View File

@ -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() {