mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
New role to enable users to remove their own requests
This commit is contained in:
parent
5e0f04a2f6
commit
0b2b3d2f30
7 changed files with 31 additions and 5 deletions
|
@ -14,5 +14,6 @@
|
|||
public const string RequestMusic = nameof(RequestMusic);
|
||||
public const string Disabled = nameof(Disabled);
|
||||
public const string ReceivesNewsletter = nameof(ReceivesNewsletter);
|
||||
public const string ManageOwnRequests = nameof(ManageOwnRequests);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue