twitch clips support added
This commit is contained in:
@@ -10,7 +10,7 @@ namespace VDownload.Services.Data.Settings.Models
|
||||
public class Temp
|
||||
{
|
||||
[JsonProperty("directory")]
|
||||
public string Directory { get; set; } = $"{Path.GetTempPath()}\\VDownload";
|
||||
public string Directory { get; set; } = $"{Path.GetTempPath()}VDownload";
|
||||
|
||||
[JsonProperty("delete_on_error")]
|
||||
public bool DeleteOnError { get; set; } = true;
|
||||
|
||||
Reference in New Issue
Block a user