good stuff
This commit is contained in:
parent
ea8389ef40
commit
f4de0eeb9f
39 changed files with 5165 additions and 348 deletions
|
|
@ -50,6 +50,10 @@ export class ScreenshotCache {
|
|||
normalized.tab = params.get('tab')!;
|
||||
}
|
||||
|
||||
if (params.get('og')) {
|
||||
normalized.og = params.get('og')!;
|
||||
}
|
||||
|
||||
if (params.get('path')) {
|
||||
normalized.path = params.get('path')!;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue