Fix JadefinUtils.routePathIsVideo (broken with JF 10.10)
This commit is contained in:
parent
a2bba80a09
commit
c68045cd0e
@ -29,7 +29,7 @@ export default JadefinIntegrity("JadefinUtils", import.meta.url, () => window["J
|
|||||||
}
|
}
|
||||||
|
|
||||||
get routePath() {
|
get routePath() {
|
||||||
return JadefinModules.Emby.Page.currentRouteInfo?.path;
|
return JadefinModules.Emby.Page.lastPath;
|
||||||
}
|
}
|
||||||
|
|
||||||
get routePathIsVideo() {
|
get routePathIsVideo() {
|
||||||
|
Loading…
Reference in New Issue
Block a user