mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-24 04:09:29 +01:00
Hardcoded config key names to avoid string typos
This commit is contained in:
@@ -24,7 +24,7 @@ namespace Flowframes.IO
|
||||
|
||||
static string GetMdlUrl (string ai, string model)
|
||||
{
|
||||
string baseUrl = Config.Get("mdlBaseUrl");
|
||||
string baseUrl = Config.Get(Config.Key.mdlBaseUrl);
|
||||
return Path.Combine(baseUrl, ai.ToLower(), model);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user