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")