mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-08 14:10:50 -07:00
typo
This commit is contained in:
parent
9a1b0c49ec
commit
c3cba15b17
2 changed files with 1 additions and 2 deletions
|
@ -105,7 +105,7 @@ namespace Ombi.Core.Migration.Migrations
|
||||||
con.AlterTable("EmbyContent", "ADD", "AddedAt", true, "VARCHAR(50)");
|
con.AlterTable("EmbyContent", "ADD", "AddedAt", true, "VARCHAR(50)");
|
||||||
con.AlterTable("EmbyEpisodes", "ADD", "AddedAt", true, "VARCHAR(50)");
|
con.AlterTable("EmbyEpisodes", "ADD", "AddedAt", true, "VARCHAR(50)");
|
||||||
|
|
||||||
con.AlterTable("PlexContent", "ADD", "ItemID", true, "VARCHAR(100)");
|
con.AlterTable("PlexContent", "ADD", "ItemId", true, "VARCHAR(100)");
|
||||||
con.AlterTable("PlexContent", "ADD", "AddedAt", true, "VARCHAR(100)");
|
con.AlterTable("PlexContent", "ADD", "AddedAt", true, "VARCHAR(100)");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -382,7 +382,6 @@ namespace Ombi.UI.Modules
|
||||||
|
|
||||||
private async Task<Response> GetAlbumRequests()
|
private async Task<Response> GetAlbumRequests()
|
||||||
{
|
{
|
||||||
var settings = PrSettings.GetSettings();
|
|
||||||
var dbAlbum = await Service.GetAllAsync();
|
var dbAlbum = await Service.GetAllAsync();
|
||||||
dbAlbum = dbAlbum.Where(x => x.Type == RequestType.Album);
|
dbAlbum = dbAlbum.Where(x => x.Type == RequestType.Album);
|
||||||
if (Security.HasPermissions(User, Permissions.UsersCanViewOnlyOwnRequests) && !IsAdmin)
|
if (Security.HasPermissions(User, Permissions.UsersCanViewOnlyOwnRequests) && !IsAdmin)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue