From 6388f978225e2fdcc57eee12aeefd083789718af Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Thu, 18 Jul 2024 18:41:42 -0400 Subject: [PATCH] Update video.ts --- src/equicordplugins/philsPluginLibrary/patches/video.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/equicordplugins/philsPluginLibrary/patches/video.ts b/src/equicordplugins/philsPluginLibrary/patches/video.ts index b0460dee..96310225 100644 --- a/src/equicordplugins/philsPluginLibrary/patches/video.ts +++ b/src/equicordplugins/philsPluginLibrary/patches/video.ts @@ -19,7 +19,7 @@ import { Logger } from "@utils/Logger"; import { lodash } from "@webpack/common"; -import { ScreenshareProfile, ScreenshareStore } from "../../betterScreenshare.desktop/stores"; +import { ScreenshareProfile, ScreenshareStore } from "../../betterScreenshare.dev/stores"; import { ProfilableStore, replaceObjectValuesIfExist, types, utils } from "..";