chore: added some obsoletes

This commit is contained in:
tidusjar 2022-01-31 19:47:08 +00:00
commit 44eeb5b1e2
2 changed files with 3 additions and 6 deletions

View file

@ -35,9 +35,7 @@ namespace Ombi.Store.Entities
public class EmbyContent : MediaServerContent public class EmbyContent : MediaServerContent
{ {
/// <summary> [Obsolete("Cannot delete due to DB migration issues with SQLite")]
/// OBSOLETE, Cannot delete due to DB migration issues with SQLite
/// </summary>
public string ProviderId { get; set; } public string ProviderId { get; set; }
public string EmbyId { get; set; } public string EmbyId { get; set; }
public override RecentlyAddedType RecentlyAddedType => RecentlyAddedType.Emby; public override RecentlyAddedType RecentlyAddedType => RecentlyAddedType.Emby;

View file

@ -35,9 +35,8 @@ namespace Ombi.Store.Entities
public class JellyfinContent : MediaServerContent public class JellyfinContent : MediaServerContent
{ {
/// <summary>
/// OBSOLETE, Cannot delete due to DB migration issues with SQLite [Obsolete("Cannot delete due to DB migration issues with SQLite")]
/// </summary>
public string ProviderId { get; set; } public string ProviderId { get; set; }
public string JellyfinId { get; set; } public string JellyfinId { get; set; }
public override RecentlyAddedType RecentlyAddedType => RecentlyAddedType.Jellyfin; public override RecentlyAddedType RecentlyAddedType => RecentlyAddedType.Jellyfin;