From 1accf6ec9c3f6c63ba2d056b837fd3da879aded6 Mon Sep 17 00:00:00 2001 From: Tweeticoats <60335703+Tweeticoats@users.noreply.github.com> Date: Fri, 12 Jan 2024 23:28:25 +1030 Subject: [PATCH] bugfix, timestampTrade.py set a default config value Bugfix, set a default value for the config option as it does not exist in the plugin config until the value has been set. --- plugins/timestampTrade/timestampTrade.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/timestampTrade/timestampTrade.py b/plugins/timestampTrade/timestampTrade.py index 75d738fc..352eec1e 100644 --- a/plugins/timestampTrade/timestampTrade.py +++ b/plugins/timestampTrade/timestampTrade.py @@ -456,6 +456,7 @@ def getImages(gallery_id): settings={ 'createGalleryFromScene':True, 'createMovieFromScene':True, + 'extraUrls':True, } if 'timestampTrade' in config: settings.update(config['timestampTrade'])