Video adding and subscriptions finished
This commit is contained in:
11
VDownload.Core/Sources/AuthorizationData.cs
Normal file
11
VDownload.Core/Sources/AuthorizationData.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Windows.Storage;
|
||||
|
||||
namespace VDownload.Core.Sources
|
||||
{
|
||||
internal static class AuthorizationData
|
||||
{
|
||||
internal static StorageFolder FolderLocation = ApplicationData.Current.LocalCacheFolder;
|
||||
internal static string FolderName = "AuthData";
|
||||
internal static string FilesExtension = "auth";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user