Skip to content

Commit bef8330

Browse files
committed
fix(progress): add missing show source context to fix custom links
1 parent 9df8fd3 commit bef8330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stores/data/progress.store.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export const progressToListItem = (progress: ProgressItem, index: number): Progr
8787
},
8888
type,
8989
meta,
90-
tags: getTags({ episode }, { id, type, title, meta }),
90+
tags: getTags({ episode, show }, { id, type, title, meta }),
9191
};
9292
};
9393

0 commit comments

Comments
 (0)