mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Added the functionality for the admin to clear the issues.
This commit is contained in:
parent
0556e4d32b
commit
9ef618af4b
5 changed files with 77 additions and 18 deletions
|
@ -33,10 +33,11 @@ namespace PlexRequests.Store
|
|||
|
||||
public enum IssueState
|
||||
{
|
||||
WrongAudio,
|
||||
NoSubtitles,
|
||||
WrongContent,
|
||||
PlaybackIssues,
|
||||
Other
|
||||
None = 99,
|
||||
WrongAudio = 0,
|
||||
NoSubtitles = 1,
|
||||
WrongContent = 2,
|
||||
PlaybackIssues = 3,
|
||||
Other = 4 // Provide a message
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue