mirror of
https://github.com/Jackett/Jackett
synced 2025-03-09 13:52:03 +00:00
parent
761ec2b7f6
commit
9a69317f68
1 changed files with 1 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue