From 352a91d4ca15e274d2ed387d5da63721ddf0b8ef Mon Sep 17 00:00:00 2001 From: Jacob Stevens Date: Thu, 6 Oct 2022 06:02:11 -0500 Subject: [PATCH] Made adjustments to default.py --- Video/default.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Video/default.py b/Video/default.py index f10159d..82196a8 100644 --- a/Video/default.py +++ b/Video/default.py @@ -39,14 +39,11 @@ def generateVideoConfig(): class VideoSettings: def __init__(self): + generateConfigs() self.settings = {} self.library = {} self.server = {} - def updateEverything(self, num): - self.updateSettings() - self.updateLibrary(num) - def updateSettings(self): tmp_ffprobe = ioservice.getConfigurationStr("Video Configuration", "FFProbe Path") tmp_encoder = ioservice.getConfigurationStr("Video Configuration", "Encoder Path")