WIP rehost stuff

This commit is contained in:
barelyprofessional
2026-02-05 23:26:46 -06:00
parent 477c121f72
commit 57e1b9c3b9
3 changed files with 10 additions and 1 deletions

View File

@@ -75,6 +75,11 @@ public static class Zipline
return url;
}
// public static async Task<string> RehostFile(string url)
// {
//
// }
public static async Task<bool> IsZiplineEnabled()
{
var key = await SettingsProvider.GetValueAsync(BuiltIn.Keys.ZiplineKey);