mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-22 22:23:34 -07:00
chore: added some obsoletes
This commit is contained in:
parent
1f5d5026da
commit
44eeb5b1e2
2 changed files with 3 additions and 6 deletions
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue