mirror of
https://github.com/BililiveRecorder/BililiveRecorder.git
synced 2024-12-26 20:26:00 +08:00
11 lines
184 B
C#
11 lines
184 B
C#
namespace BililiveRecorder.Core.Templating
|
|
{
|
|
public enum FileNameTemplateStatus
|
|
{
|
|
Success = 0,
|
|
TemplateError,
|
|
OutOfRange,
|
|
FileConflict,
|
|
}
|
|
}
|