diff options
Diffstat (limited to 'dvdswitch.c')
-rw-r--r-- | dvdswitch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dvdswitch.c b/dvdswitch.c index bc2393e..e083576 100644 --- a/dvdswitch.c +++ b/dvdswitch.c @@ -81,6 +81,7 @@ bool cPluginDvdswitch::Initialize(void) // Initialize any background activities the plugin shall perform. dsyslog("dvdswitch: Initialize plugin"); + DVDSwitchSetup.SetConfDir(ConfigDirectory(Name())); cDVDPlugin::Init(); ImageList.Init(); DVDSwitchSetup.Init(); |