Fix JadefinUtils.routePathIsVideo (broken with JF 10.10)
This commit is contained in:
parent
a2bba80a09
commit
c68045cd0e
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue