mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-30 19:40:05 -07:00
#1513 correctly set the child requests as approved
This commit is contained in:
parent
0de8494b9e
commit
cd5cc1fe26
4 changed files with 65 additions and 19 deletions
|
@ -8,5 +8,13 @@ namespace Ombi.Helpers
|
|||
{
|
||||
public const string Update = nameof(Update);
|
||||
public const string OmbiSettings = nameof(OmbiSettings);
|
||||
public const string PopularTv = nameof(PopularTv);
|
||||
public const string AnticipatedTv = nameof(AnticipatedTv);
|
||||
public const string MostWatchesTv = nameof(MostWatchesTv);
|
||||
public const string TrendingTv = nameof(TrendingTv);
|
||||
public const string PopularMovies = nameof(PopularMovies);
|
||||
public const string TopRatedMovies = nameof(TopRatedMovies);
|
||||
public const string UpcomingMovies = nameof(UpcomingMovies);
|
||||
public const string NowPlayingMovies = nameof(NowPlayingMovies);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue