mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-10 07:22:35 -07:00
Change the new columns type
This commit is contained in:
parent
425302ba12
commit
420e43dfaf
6 changed files with 6 additions and 6 deletions
|
@ -486,7 +486,7 @@ namespace PlexRequests.UI.Modules
|
|||
MusicBrainzId = albumInfo.id,
|
||||
Overview = albumInfo.disambiguation,
|
||||
PosterPath = img,
|
||||
Type = RequestType.Album
|
||||
Type = RequestType.Album,
|
||||
};
|
||||
|
||||
// TODO need to send to Headphones
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue