mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
@@ -208,8 +208,7 @@ namespace Jackett.Common.Services
|
||||
}
|
||||
else
|
||||
{
|
||||
dirs.Add(Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "cardigann\\definitions\\"));
|
||||
dirs.Add(Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), "cardigann\\definitions\\"));
|
||||
dirs.Add(Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.CommonApplicationData), "Jackett\\cardigann\\definitions\\"));
|
||||
}
|
||||
|
||||
// If we are debugging we can use the non copied definitions.
|
||||
|
Reference in New Issue
Block a user