mirror of
https://github.com/C9Glax/tranga.git
synced 2025-10-18 03:10:45 +02:00
Actions use enum
This commit is contained in:
12
API/Schema/ActionsContext/Actions/ActionsEnum.cs
Normal file
12
API/Schema/ActionsContext/Actions/ActionsEnum.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace API.Schema.ActionsContext.Actions;
|
||||
|
||||
public enum ActionsEnum
|
||||
{
|
||||
Startup = 0,
|
||||
ChapterDownloaded = 1,
|
||||
ChaptersRetrieved = 2,
|
||||
CoverDownloaded = 3,
|
||||
DataMoved = 4,
|
||||
LibraryMoved = 5,
|
||||
MetadataUpdated = 6
|
||||
}
|
Reference in New Issue
Block a user