mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 18:47:15 -07:00
parent
844938a92c
commit
0da49440e2
18 changed files with 467 additions and 355 deletions
|
@ -25,6 +25,7 @@
|
|||
// ************************************************************************/
|
||||
#endregion
|
||||
|
||||
using System;
|
||||
using System.Data.Linq.Mapping;
|
||||
|
||||
namespace Ombi.Store.Models.Plex
|
||||
|
@ -47,5 +48,8 @@ namespace Ombi.Store.Models.Plex
|
|||
/// Only used for Albums
|
||||
/// </summary>
|
||||
public string Artist { get; set; }
|
||||
|
||||
public string ItemId { get; set; }
|
||||
public DateTime AddedAt { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue