feature: add export GIF as backup
This commit is contained in:
@@ -138,9 +138,9 @@ namespace Pixiview.Utils
|
||||
}
|
||||
}
|
||||
|
||||
public static string GetUgoiraVideoPath(string url)
|
||||
public static string GetUgoiraPath(string url, string ext)
|
||||
{
|
||||
return Path.Combine(PersonalFolder, ugoiraFolder, Path.GetFileNameWithoutExtension(url) + ".mp4");
|
||||
return Path.Combine(PersonalFolder, ugoiraFolder, Path.GetFileNameWithoutExtension(url) + ext);
|
||||
}
|
||||
|
||||
private static T ReadObject<T>(string file)
|
||||
|
||||
Reference in New Issue
Block a user