mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 10:36:54 -07:00
Fixed tests
This commit is contained in:
parent
3df6b65666
commit
e8706354b9
6 changed files with 13 additions and 6 deletions
|
@ -28,6 +28,12 @@ namespace PlexRequests.Helpers.Analytics
|
|||
{
|
||||
public enum Action
|
||||
{
|
||||
Donate
|
||||
Donate,
|
||||
ClickButton,
|
||||
Delete,
|
||||
Create,
|
||||
Save,
|
||||
Update,
|
||||
Start
|
||||
}
|
||||
}
|
|
@ -35,6 +35,7 @@ namespace PlexRequests.Helpers.Analytics
|
|||
LandingPage,
|
||||
Api,
|
||||
Issues,
|
||||
UserLogin
|
||||
UserLogin,
|
||||
Services,
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue