[CHANGE] Fixed auditing, storing images from account import
This commit is contained in:
18
Manager.App/Constants/LibraryConstants.cs
Normal file
18
Manager.App/Constants/LibraryConstants.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
namespace Manager.App.Constants;
|
||||
|
||||
public static class LibraryConstants
|
||||
{
|
||||
public static class Directories
|
||||
{
|
||||
public const string SubDirMedia = "Media";
|
||||
public const string SubDirChannels = "Channels";
|
||||
}
|
||||
|
||||
public static class FileTypes
|
||||
{
|
||||
public const string ChannelAvatar = "channel/avatar";
|
||||
public const string ChannelBanner = "channel/banner";
|
||||
public const string VideoThumbnail = "video/thumbnail";
|
||||
public const string VideoCaption = "video/caption";
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user