diff --git a/src/components/Timeline.vue b/src/components/Timeline.vue index 0ad6e269..52acb803 100644 --- a/src/components/Timeline.vue +++ b/src/components/Timeline.vue @@ -240,7 +240,7 @@ export default class Timeline extends Mixins(GlobalMixin, UserConfig) { @Watch("$route") async routeChange(to: any, from?: any) { - if (from?.path !== to.path || from.query.recursive !== to.query.recursive) { + if (from?.path !== to.path || from.query !== to.query) { await this.refresh(); }